Skip to content

Commit

Permalink
Fixed assertion in failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 17, 2023
1 parent a5009e0 commit 7afe58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_version_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_parse_doesnt_parse_current_version(tmp_path: Path, caplog: LogCaptureFi
with inside_dir(tmp_path):
get_config_data(overrides)

assert caplog.messages == ["Evaluating 'parse' option: 'xxx' does not parse current version '12'"]
assert "Evaluating 'parse' option: 'xxx' does not parse current version '12'" in caplog.messages


def test_part_does_not_revert_to_zero_if_optional(tmp_path: Path) -> None:
Expand Down

0 comments on commit 7afe58c

Please sign in to comment.