Skip to content

Commit e5f16b2

Browse files
committedJun 3, 2015
sync_struct: fix test case name
1 parent c7953da commit e5f16b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/test/sync_struct.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def start_server(publisher_future, test_dict_future):
2424
test_dict_future.set_result(test_dict)
2525

2626

27-
class RPCCase(unittest.TestCase):
27+
class SyncStructCase(unittest.TestCase):
2828
def init_test_dict(self, init):
2929
self.test_dict = init
3030
return init

0 commit comments

Comments
 (0)
Please sign in to comment.