diff --git a/test/app/features/chat/presentation/talk/chat_main_talks_page_test.dart b/test/app/features/chat/presentation/talk/chat_main_talks_page_test.dart index b0429712a..b8e38187b 100644 --- a/test/app/features/chat/presentation/talk/chat_main_talks_page_test.dart +++ b/test/app/features/chat/presentation/talk/chat_main_talks_page_test.dart @@ -76,7 +76,7 @@ void main() { // assert verify( () => mockNavigator.popAndPushNamed( - '/quiz', + '/quiz?origin=chat', arguments: QuizSessionEntity( sessionId: 'assistant-quiz-session', ),