Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippWassibauer committed Jun 19, 2024
1 parent 92254e1 commit fc3a52b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/test_custom_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ def test_get_execution_status(self):
dune = DuneClient(self.valid_api_key)
results = dune.get_custom_endpoint_result("dune", "new-test")
self.assertEqual(len(results.get_rows()), 10)
self.assertEqual(len(results.get_columns()), 5)


if __name__ == "__main__":
unittest.main()

0 comments on commit fc3a52b

Please sign in to comment.