Skip to content

Commit

Permalink
More lint
Browse files Browse the repository at this point in the history
  • Loading branch information
EdLeckert committed Jul 21, 2023
1 parent 20cb6c6 commit f07f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ async def test_set_days0(self, controller, program):
@pytest.mark.asyncio
async def test_set_days1(self, controller, program):
await program.set_days1(3)
assert program.days1 == 3
assert program.days1 == 3

0 comments on commit f07f86a

Please sign in to comment.