forked from M-Labs/artiq
sync_struct: fix test case name
This commit is contained in:
parent
c7953da7e1
commit
e5f16b29fd
|
@ -24,7 +24,7 @@ def start_server(publisher_future, test_dict_future):
|
|||
test_dict_future.set_result(test_dict)
|
||||
|
||||
|
||||
class RPCCase(unittest.TestCase):
|
||||
class SyncStructCase(unittest.TestCase):
|
||||
def init_test_dict(self, init):
|
||||
self.test_dict = init
|
||||
return init
|
||||
|
|
Loading…
Reference in New Issue