Skip to content

Commit d6c70ed

Browse files
committed
Update test_autofocus.py
1 parent 2dd6f39 commit d6c70ed

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, False, True)
201+
self.autofocus_controller.display_plot([data, False, True])
202202
pass

0 commit comments

Comments
 (0)