Skip to content

Commit bd6f3d3

Browse files
committed
tests: Fix few tests which depend on order of elements in set.
1 parent 9f043da commit bd6f3d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basics/set_union.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
print({1}.union({2}))
1+
print(sorted({1}.union({2})))

0 commit comments

Comments
 (0)