Skip to content

Commit 0682624

Browse files
committed
Add newline at end of test file
1 parent aeb61c8 commit 0682624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_command_schedule.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def test_getAllSubystems(scheduler: commands2.CommandScheduler):
105105
if(con1):
106106
assert sublist[1].getName() == "hey"
107107
else:
108-
assert sublist[1].getName() == "test123"
108+
assert sublist[1].getName() == "test123"

0 commit comments

Comments
 (0)