Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Feb 16, 2018
1 parent b011b83 commit a40daa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neo/api/REST/test_notification_rest_api.py
Expand Up @@ -191,7 +191,6 @@ def test_pagination_for_addr_results(self):
results = jsn['results']
self.assertEqual(len(results), 500)


mock_req = requestMock(path=b'/addr/AFmseVrdL9f9oyCzZefL9tG6UbvhPbdYzM?page=2')
res = self.app.get_by_addr(mock_req, 'AFmseVrdL9f9oyCzZefL9tG6UbvhPbdYzM')
jsn = json.loads(res)
Expand Down

0 comments on commit a40daa9

Please sign in to comment.