Skip to content

Commit

Permalink
fixing failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-yaish committed Nov 8, 2023
1 parent 34dba89 commit 2aa6fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/notification/notifiers/tests/unit/test_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -4507,7 +4507,7 @@ async def test_build_message_no_project_coverage_condensed_yaml_configs(
f"| [file\\_1.go]({pull_url}?src=pr&el=tree#diff-ZmlsZV8xLmdv) | 66.67% | [1 Missing :warning: ]({pull_url}?src=pr&el=tree) |",
f"",
f"",
f":loudspeaker: Thoughts on this report? [Let us know!](https://about.codecov.io/pull-request-comment-report/).",
f":loudspeaker: Thoughts on this report? [Let us know!](https://about.codecov.io/pull-request-comment-report/)",
f"",
]
for exp, res in zip(expected_result, result):
Expand Down

0 comments on commit 2aa6fc4

Please sign in to comment.