Closed ilius closed 6 months ago
This test is sometimes failing. Like 1 in 5 to 7 times in average.
FAIL: test_alias (slob.TestAlias) ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/slob/slob.py", line 1638, in test_alias self.assertEqual(item_g1.fragment, "") AssertionError: 'g-frag1' != '' - g-frag1 +
I think it's because iteration order over set is random. This PR fixes it.
This test is sometimes failing. Like 1 in 5 to 7 times in average.
I think it's because iteration order over set is random. This PR fixes it.