Skip to content

Commit 0e9422f

Browse files
committed
Forgot to update script. Also caught a typo
#60
1 parent 81ad8d7 commit 0e9422f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

runtests.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22

3-
cd test
43

5-
python3 -m RunTests
4+
python3 -m test.RunTests

test/TestScheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def testCancelCall(self):
7979

8080
def testMakeDueCalls(self):
8181

82-
TestScheduler.ourLogger.info("Test Scheduler make call that are due")
82+
TestScheduler.ourLogger.info("Test Scheduler make calls that are due")
8383

8484
retToken = Scheduler.schedule_call(delay=0, func=TestScheduler.callbackFunction, repeat=False)
8585

0 commit comments

Comments
 (0)