Skip to content

Commit

Permalink
Improve test portability
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Aug 7, 2023
1 parent 47a89ea commit 8241f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Buoy-Metaprogramming-Tests/NamespaceTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ NamespaceTest >> testBindTo [
namespace bind: #Zero to: 0.

self
assertCollection: namespace names equals: #(#Zero);
assertCollection: namespace names hasSameElements: #(#Zero);
assert: namespace >> #Zero equals: 0
]

Expand Down

0 comments on commit 8241f5f

Please sign in to comment.