Skip to content

Commit 1137bf6

Browse files
committed
✅ unit tests
1 parent 448088b commit 1137bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tuttle_tests/test_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66

7-
from tuttle import controller
7+
from tuttle import controller, preferences
88

99

1010
def test_eval_time_planning():
@@ -14,5 +14,5 @@ def test_eval_time_planning():
1414

1515
def test_instantiate_controller():
1616
"""Test that the controller can be instantiated."""
17-
con = controller.Controller(in_memory=True)
17+
con = controller.Controller(in_memory=True, preferences=preferences.Preferences())
1818
assert con is not None

0 commit comments

Comments
 (0)