Skip to content

Commit

Permalink
Add trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs committed Apr 15, 2024
1 parent 53ec1cf commit feb16ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ def test_dict_to_controller(fake_client: FakeDirigeraHub) -> None:
}

controller = dict_to_controller(somrig_button_2, fake_client)
assert controller.relation_id == somrig_button_2["relationId"]
assert controller.relation_id == somrig_button_2["relationId"]

0 comments on commit feb16ed

Please sign in to comment.