Skip to content

Commit

Permalink
Update param_ioxml_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Oct 29, 2024
1 parent 5a2cc3b commit 54d10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parameter_test/param_ioxml_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_load_save_overwrite_xml_file(self, tmp_path):
ioxml.parameter_to_xml_file(defaultparameter,
saveto,
overwrite=True)
assert saveto.with_suffix(".xml").stat().st_mtime_ns > origin_modification_time
assert saveto.with_suffix(".xml").stat().st_mtime_ns >= origin_modification_time



0 comments on commit 54d10c6

Please sign in to comment.