Skip to content

Commit

Permalink
Merge branch 'develop' into DATAUP-765_assertify
Browse files Browse the repository at this point in the history
  • Loading branch information
ialarmedalien authored Dec 22, 2023
2 parents 22d6cea + 16b4c20 commit 12bc8bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/biokbase/narrative/tests/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ def test_refresh_state__non_terminal(self):
state = job.refresh_state()
assert not job.in_terminal_state()
assert state["status"] == "created"

expected_state = create_state_from_ee2(JOB_CREATED)
assert state == expected_state

Expand Down

0 comments on commit 12bc8bf

Please sign in to comment.