From 02890496caeea1e48c9d0977ad1bf495c83bbf4f Mon Sep 17 00:00:00 2001
From: Marcus Müller <mmueller@gnuradio.org>
Date: Sun, 27 Oct 2019 14:28:24 +0100
Subject: GRC: testing: can't rely on set ordering; sets are unordered

---
 grc/tests/test_block_flags.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'grc/tests/test_block_flags.py')

diff --git a/grc/tests/test_block_flags.py b/grc/tests/test_block_flags.py
index c3dea03740..9969eeb4e4 100644
--- a/grc/tests/test_block_flags.py
+++ b/grc/tests/test_block_flags.py
@@ -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'}
-- 
cgit v1.2.3