Skip to content

Commit 548cb48

Browse files
update 2400 test
1 parent 625ae02 commit 548cb48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_gui_iv_k2400.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def tearDown(self):
2323
self.root.destroy()
2424

2525
@patch('Keithley_2400.IV_K2400_GUI_v5.Keithley2400_IV_Backend')
26-
@patch('matplotlib.figure.Figure.subplots', return_value=(MagicMock(), MagicMock()))
26+
@patch('Keithley_2400.IV_K2400_GUI_v5.Figure.subplots', return_value=(MagicMock(), MagicMock()))
2727
def test_start_measurement_logic(self, mock_subplots, MockBackend):
2828
"""
2929
Tests the core logic of the 'Start' button click.

0 commit comments

Comments
 (0)