Skip to content

Commit

Permalink
remove unnecessary line (twitter#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yao Yue authored and michalbiesek committed Sep 10, 2019
1 parent 047d766 commit fc4771f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def assertResponse(self, expected):
"""receive and verify response (a list) matches expectation"""
if len(expected) > 0:
rsp = self.data_client.response()
self.assertEqual(len(rsp), len(expected))
self.assertEqual(rsp, expected)

def assertStats(self, delta):
Expand Down

0 comments on commit fc4771f

Please sign in to comment.