Skip to content

Commit

Permalink
Update tests/test_run.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Ward <[email protected]>
  • Loading branch information
bloodearnest and madwort authored Jan 12, 2023
1 parent 310a9c0 commit 5b2abda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_handle_job_full_execution_synchronous(db, freezer):
api = StubExecutorAPI()
api.synchronous_transitions = [ExecutorState.PREPARING, ExecutorState.FINALIZING]

start = int(time.time() * 1e9)
start = int(time.time_ns())

job = api.add_test_job(ExecutorState.UNKNOWN, State.PENDING, StatusCode.CREATED)

Expand Down

0 comments on commit 5b2abda

Please sign in to comment.