tests: Fix few tests which depend on order of elements in set.

pull/439/head^2
Paul Sokolovsky 2014-04-07 02:52:45 +03:00
rodzic 9f043da5c3
commit bd6f3d31d2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1 +1 @@
print({1}.union({2}))
print(sorted({1}.union({2})))