GRC: testing: can't rely on set ordering; sets are unordered

This commit is contained in:
Marcus Müller 2019-10-27 14:28:24 +01:00 committed by Marcus Müller
parent 30887350b9
commit 401d66e980

View File

@ -26,4 +26,4 @@ def test_extend():
f.set(u'b')
assert isinstance(f, Flags)
assert str(f) == 'a, b'
assert f.data == {'a', 'b'}