Skip to content

Commit

Permalink
fix: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Feb 20, 2025
1 parent 706fe89 commit 1192c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/upload/test_upload_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_generate_upload_data_with_none_network(

mock_logger.debug.assert_any_call("Collecting relevant files")
mock_logger.debug.assert_any_call(
"Found None network files to report, (None without filtering)"
"Found 0 network files to report, (0 without filtering)"
)

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

0 comments on commit 1192c94

Please sign in to comment.