Skip to content

Commit 4254aea

Browse files
author
Charles Weir
committed
Comment fix.
1 parent 1c4621c commit 4254aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestScheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def testSensorCoroutinesCanBeAccessedAndGetDoneFirst(self):
143143
motorCo = TestScheduler.dummyCoroutine(2)
144144
motorCoReturned = self.scheduler.addActionCoroutine(motorCo)
145145
sensorCoReturned = self.scheduler.addSensorCoroutine(sensorCo)
146-
# Then the 'latest coroutine' of each time will be returned correctly:
146+
# Then the 'latest coroutine' will be returned correctly:
147147
self.assertEquals( motorCoReturned, motorCo )
148148
self.assertEquals( sensorCoReturned, sensorCo )
149149
# and the motor coroutine will update the status last:

0 commit comments

Comments
 (0)