Skip to content

Commit fb74c8e

Browse files
committed
Tests should use clock timer
1 parent 52a06f1 commit fb74c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
HEADLESS_FRAMES = 1
2626

2727
# MUSIC = os.path.join(PROJECT_DIR, 'resources/music/tg2035.mp3')
28-
TIMER = 'demosys.timers.time.Timer'
28+
TIMER = 'demosys.timers.clock.Timer'
2929

3030
ROCKET = {
3131
'mode': 'project',

0 commit comments

Comments
 (0)