Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 20, 2024
1 parent 27f9595 commit 9278c4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/job_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ def test_job_get(client: Beaker, hello_world_job_id: str):


def test_job_results(client: Beaker, hello_world_job_id: str):
results = client.job.results(hello_world_job_id)
assert results is not None
client.job.results(hello_world_job_id)


def test_job_logs(client: Beaker, hello_world_job_id: str):
Expand Down

0 comments on commit 9278c4c

Please sign in to comment.