mirror of
https://github.com/gnuradio/gnuradio-companion.git
synced 2025-12-11 04:34:56 -06:00
GRC: testing: can't rely on set ordering; sets are unordered
This commit is contained in:
parent
30887350b9
commit
401d66e980
@ -26,4 +26,4 @@ def test_extend():
|
|||||||
f.set(u'b')
|
f.set(u'b')
|
||||||
assert isinstance(f, Flags)
|
assert isinstance(f, Flags)
|
||||||
|
|
||||||
assert str(f) == 'a, b'
|
assert f.data == {'a', 'b'}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user