forked from M-Labs/artiq
1
0
Fork 0

sync_struct: fix test case name

This commit is contained in:
Yann Sionneau 2015-06-03 10:46:09 +02:00
parent c7953da7e1
commit e5f16b29fd
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def start_server(publisher_future, test_dict_future):
test_dict_future.set_result(test_dict) test_dict_future.set_result(test_dict)
class RPCCase(unittest.TestCase): class SyncStructCase(unittest.TestCase):
def init_test_dict(self, init): def init_test_dict(self, init):
self.test_dict = init self.test_dict = init
return init return init