Skip to content

Commit

Permalink
Fix old typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Jan 11, 2024
1 parent ff8e04e commit 1d7a3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_post_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_main_missing_message_file(tmpdir):
]
with pytest.raises(SystemExit) as excinfo:
main(args)
assert "message file not-existing does not exisit" in str(
assert "message file not-existing does not exist" in str(
excinfo.value,
)

Expand Down

0 comments on commit 1d7a3e8

Please sign in to comment.