Skip to content

Commit

Permalink
style: ignore typecheck on from_ attribute
Browse files Browse the repository at this point in the history
Signed-off-by: F.N. Claessen <[email protected]>
  • Loading branch information
Flix6x committed Dec 6, 2024
1 parent bed4b1c commit dfa765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/common/transition_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test__from_json__happy_path_full(self):

# Assert
self.assertEqual(transition.id, "2bdec96b-be3b-4ba9-afa0-c4a0632cced3")
self.assertEqual(transition.from_, "2bdec96b-be3b-4ba9-afa0-c4a0632cced2")
self.assertEqual(transition.from_, "2bdec96b-be3b-4ba9-afa0-c4a0632cced2") # type: ignore
self.assertEqual(transition.to, "2bdec96b-be3b-4ba9-afa0-c4a0632cced1")
self.assertEqual(
transition.start_timers,
Expand Down

0 comments on commit dfa765e

Please sign in to comment.