Skip to content

Commit

Permalink
ponytest -> pony_test ponylang/ponyc#4032
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcnunes authored Aug 19, 2022
1 parent 7a9f2fd commit 3f6d2d4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion zmq/test/main.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"

actor Main is TestList
new create(env: Env) => PonyTest(env, this)
Expand Down
2 changes: 1 addition & 1 deletion zmq/test/message_test.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"
use zmq = ".."

class MessageTest is UnitTest
Expand Down
2 changes: 1 addition & 1 deletion zmq/test/socket_options_test.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"
use zmq = ".."

class SocketOptionsTest is UnitTest
Expand Down
2 changes: 1 addition & 1 deletion zmq/test/socket_transport_tests.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"
use "net"
use zmq = ".."
use zmtp = "../zmtp"
Expand Down
2 changes: 1 addition & 1 deletion zmq/test/socket_type_tests.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"
use "collections"
use zmq = ".."

Expand Down
2 changes: 1 addition & 1 deletion zmq/test/z85_test.pony
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

use "ponytest"
use "pony_test"
use "../z85"

class Z85Test is UnitTest
Expand Down

0 comments on commit 3f6d2d4

Please sign in to comment.