Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvxx committed Feb 11, 2024
1 parent 91420f7 commit 93ba050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

def test_add_punct():
assert sample.add_punct("Jump", "exclaimation")=="Jump!"
assert sample.add_punct("Did he go yet", "exclaimation")=="Did he go yet?"
assert sample.add_punct("Did he go yet", "question")=="Did he go yet?"
assert sample.add_punct("I saw the cat walk away", "period")=="I saw the cat walk away."

0 comments on commit 93ba050

Please sign in to comment.