From e5f16b29fd8092343c45e2d21fd5c03065a44557 Mon Sep 17 00:00:00 2001 From: Yann Sionneau Date: Wed, 3 Jun 2015 10:46:09 +0200 Subject: [PATCH] sync_struct: fix test case name --- artiq/test/sync_struct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/sync_struct.py b/artiq/test/sync_struct.py index 6b324d345..e4e6003a1 100644 --- a/artiq/test/sync_struct.py +++ b/artiq/test/sync_struct.py @@ -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