Skip to content

Commit

Permalink
Fix for failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vits-99 committed Jan 23, 2025
1 parent dcb26b0 commit 230b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ async def check_sync():
Utterance(route="Route 2", utterance="Au revoir"),
Utterance(route="Route 2", utterance="Bye"),
Utterance(route="Route 2", utterance="Goodbye"),
Utterance(route="Route 3", utterance="Boo"),
Utterance(route="Route 2", utterance="Hi"),
], "The routes in the index should match the local routes"

await check_sync()
Expand Down

0 comments on commit 230b323

Please sign in to comment.