Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghong Zheng committed Oct 25, 2024
1 parent afd794b commit 5c41a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


def test_knows_about_dinosaurs():
assert process_query("dinosaurs") == """Dinosaurs ruled the Earth
200 million years ago"""
assert process_query("dinosaurs") == "Dinosaurs ruled the Earth \
200 million years ago"


def test_does_not_know_about_asteroids():
Expand Down

0 comments on commit 5c41a45

Please sign in to comment.