Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1192c94

Browse files
committedFeb 20, 2025··
fix: update tests
1 parent 706fe89 commit 1192c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/services/upload/test_upload_collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def test_generate_upload_data_with_none_network(
195195

196196
mock_logger.debug.assert_any_call("Collecting relevant files")
197197
mock_logger.debug.assert_any_call(
198-
"Found None network files to report, (None without filtering)"
198+
"Found 0 network files to report, (0 without filtering)"
199199
)
200200

201201
mock_logger.info.assert_any_call("Found 1 coverage files to report")

0 commit comments

Comments
 (0)
Please sign in to comment.