tests: Fix few tests which depend on order of elements in set.
This commit is contained in:
parent
9f043da5c3
commit
bd6f3d31d2
|
@ -1 +1 @@
|
||||||
print({1}.union({2}))
|
print(sorted({1}.union({2})))
|
||||||
|
|
Loading…
Reference in New Issue