Skip to content

Commit f23ec0b

Browse files
Accuratize warning message
1 parent 8f969ed commit f23ec0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geophires_x_tests/test_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def _assert_file_paths_equal(self, file_path_1, file_path_2):
7171
# - https://github.com/NREL/GEOPHIRES-X/actions/runs/15499833486/job/43649021692
7272
# - https://github.com/NREL/GEOPHIRES-X/actions/runs/15501867732/job/43650830019?pr=389
7373
_log.warning(
74-
f'Ignoring absolute output file path test error since we appear to be running on Windows '
74+
f'Ignoring file path equality assertion error since we appear to be running on Windows '
7575
f'in GitHub Actions ({e!s})'
7676
)
7777
else:

0 commit comments

Comments
 (0)