Skip to content

Commit

Permalink
fix chat_bubble_widget_test
Browse files Browse the repository at this point in the history
  • Loading branch information
duong2417 committed Nov 16, 2024
1 parent 6e46b8e commit 39bd846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/_shared/widgets/chat_bubble_widget_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:image_network/image_network.dart';
Expand Down Expand Up @@ -100,7 +101,7 @@ void main() {
await widgetTester.wrapAndPump(widget);

// then
expect(find.byType(ImageNetwork), findsOneWidget);
expect(find.byType(CachedNetworkImage), findsOneWidget);
});

testWidgets(
Expand Down

0 comments on commit 39bd846

Please sign in to comment.