Skip to content

Commit 1ecbe5f

Browse files
committed
update test.
1 parent 3ce21f5 commit 1ecbe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_filepath.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def test_filepath_class_no_checksum():
206206
for handler in logger.handlers: # Clean up handler
207207
if handler.name == "test_limit_warning":
208208
logger.removeHandler(handler)
209-
assert "Warning skipped checksum for file with hash" in log_contents
209+
assert "Skipped checksum for file with hash:" in log_contents
210210

211211

212212
def test_filepath_cleanup(table=Filepath(), store="repo"):

0 commit comments

Comments
 (0)