Skip to content

Commit

Permalink
STY: Capitalize error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Oct 15, 2024
1 parent eca9a11 commit c2435a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ def test_write_empty_stream():

with pytest.raises(ValueError) as exc:
writer.write("")
assert exc.value.args[0] == "Output(stream=) is empty."
assert exc.value.args[0] == "Output(stream='') is empty."


def test_startup_dest():
Expand Down

0 comments on commit c2435a9

Please sign in to comment.