Skip to content

Commit

Permalink
test naming fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippWassibauer committed Jun 19, 2024
1 parent fc3a52b commit 8b20bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_custom_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TestCustomEndpoints(unittest.TestCase):
def setUp(self) -> None:
self.valid_api_key = os.environ["DUNE_API_KEY"]

def test_get_execution_status(self):
def test_gettin_custom_endpoint_results(self):
dune = DuneClient(self.valid_api_key)
results = dune.get_custom_endpoint_result("dune", "new-test")
self.assertEqual(len(results.get_rows()), 10)
Expand Down

0 comments on commit 8b20bad

Please sign in to comment.