Skip to content

Commit

Permalink
One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
tapadipti committed Oct 18, 2023
1 parent 4f3ec19 commit 1d29b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _check_output_contains(output: str, search_value: str) -> bool:


def _check_output_exact_match(output: str, search_value: str) -> bool:
return search_value.replace("\n", "") == output.replace("\n", "")
return search_value.replace("\\n", " ") == output.replace("\\n", " ")


def _check_successful_cmd(
Expand Down

0 comments on commit 1d29b59

Please sign in to comment.