Skip to content

Commit

Permalink
test: assert concat_newline() returns empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Sep 10, 2024
1 parent 6936bb6 commit 0dfb1ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ def test_concat_newline():
[
concat_newline("hello", "world") == "hello\nworld",
concat_newline("goodbye", "") == "goodbye",
concat_newline() == "",
]
)

0 comments on commit 0dfb1ad

Please sign in to comment.