Skip to content

Commit

Permalink
chore: fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 28, 2024
1 parent a452835 commit 57c3db1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def test_knows_about_dinosaurs():
def test_does_not_know_about_asteroids():
assert process_query("asteroids") == "Unknown"


def test_what_is_your_name():
assert process_query("What is your name?") == "SiCi"

Expand Down

0 comments on commit 57c3db1

Please sign in to comment.