tests: Fix few tests which depend on order of elements in set.
This commit is contained in:
@@ -1 +1 @@
|
||||
print({1}.union({2}))
|
||||
print(sorted({1}.union({2})))
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1 +1 @@
|
||||
print({1}.union({2}))
|
||||
print(sorted({1}.union({2})))
|
||||
|
||||