diff --git a/tests/unit/test_sync.py b/tests/unit/test_sync.py index 1ac3da64..979a6752 100644 --- a/tests/unit/test_sync.py +++ b/tests/unit/test_sync.py @@ -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()