We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448088b commit 1137bf6Copy full SHA for 1137bf6
tuttle_tests/test_controller.py
@@ -4,7 +4,7 @@
4
5
import pytest
6
7
-from tuttle import controller
+from tuttle import controller, preferences
8
9
10
def test_eval_time_planning():
@@ -14,5 +14,5 @@ def test_eval_time_planning():
14
15
def test_instantiate_controller():
16
"""Test that the controller can be instantiated."""
17
- con = controller.Controller(in_memory=True)
+ con = controller.Controller(in_memory=True, preferences=preferences.Preferences())
18
assert con is not None
0 commit comments