Skip to content

Commit

Permalink
Update tests/gui/measure_script/test_script_edit_dialog.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dalonsoa authored Nov 27, 2024
1 parent 6911107 commit e232f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/gui/measure_script/test_script_edit_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_try_save(


def test_save_load_roundtrip(dlg: ScriptEditDialog, tmp_path: Path) -> None:
"""Test the _try_save() method."""
"""Test the _try_save() and try_load() methods in tandem."""
path = tmp_path / "test_script.yaml"
with patch.object(dlg.script_path, "try_get_path") as path_mock:
path_mock.return_value = path
Expand Down

0 comments on commit e232f43

Please sign in to comment.