Skip to content

Commit

Permalink
[fix] remove garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Sep 7, 2017
1 parent 179163c commit 92540e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_rpc.py
Expand Up @@ -40,8 +40,6 @@ def get_data(_):

client = await self.get_ws_client()

data = str(uuid.uuid4())

response = await client.proxy.get_data()
self.assertEqual(response, 1000)

Expand All @@ -57,7 +55,5 @@ def get_data(self, _):

client = await self.get_ws_client()

data = str(uuid.uuid4())

response = await client.proxy.get_data()
self.assertEqual(response, 1000)

0 comments on commit 92540e5

Please sign in to comment.