Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Apr 24, 2023
1 parent bab5b9e commit 33f0ce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
(StateType.NOT_STARTED, RunningState.NOT_STARTED),
],
)
def test_convert_state_from_db(db_state: int, expected_state: RunningState):
def test_convert_state_from_db(db_state: StateType, expected_state: RunningState):
assert convert_state_from_db(db_state) == expected_state

0 comments on commit 33f0ce0

Please sign in to comment.