Skip to content

Commit 422d927

Browse files
authored
Merge pull request #407 from simvue-io/hotfix/fix-warning-check-test
[skip ci]Update warning string in test
2 parents 3b9e3c8 + 268e6ef commit 422d927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/refactor/test_run_class.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def test_save_file(
409409
if empty_file:
410410
assert (
411411
variable.out
412-
== "WARNING: saving zero-sized files not currently supported\n"
412+
== "[simvue] WARNING: saving zero-sized files not currently supported\n"
413413
)
414414

415415

0 commit comments

Comments
 (0)