Skip to content

Commit 2dd6f39

Browse files
committed
fix tests
1 parent 7bbf654 commit 2dd6f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controller/sub_controllers/test_autofocus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,5 @@ def test_display_plot(self):
198198
x_data = np.linspace(start=69750.0, stop=70250.0, num=101)
199199
y_data = np.random.rand(101)
200200
data = [x_data, y_data]
201-
self.autofocus_controller.display_plot(data)
201+
self.autofocus_controller.display_plot(data, False, True)
202202
pass

0 commit comments

Comments
 (0)