We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7953da commit e5f16b2Copy full SHA for e5f16b2
artiq/test/sync_struct.py
@@ -24,7 +24,7 @@ def start_server(publisher_future, test_dict_future):
24
test_dict_future.set_result(test_dict)
25
26
27
-class RPCCase(unittest.TestCase):
+class SyncStructCase(unittest.TestCase):
28
def init_test_dict(self, init):
29
self.test_dict = init
30
return init
0 commit comments