Skip to content

Commit 0456cb8

Browse files
author
Ephraim Nartey
committed
fix: update test
1 parent 7e79ccc commit 0456cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/data/chatwoot_repository_test.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ void main() {
384384
() async {
385385
//GIVEN
386386
when(mockLocalStorage.dispose()).thenAnswer((_) => (_) {});
387+
when(mockChatwootCallbacks.onError).thenAnswer((_) => (_) {});
387388
when(mockChatwootCallbacks.onConversationIsOffline)
388389
.thenAnswer((_) => () {});
389390
when(mockChatwootCallbacks.onConversationIsOnline)

0 commit comments

Comments
 (0)