Skip to content

Commit

Permalink
Update memory_screen_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
polina-c committed Apr 26, 2024
1 parent 6c4ee49 commit 4b36dcd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

import 'package:devtools_app/devtools_app.dart';
import 'package:devtools_app/src/screens/memory/panes/chart/widgets/chart_control_pane.dart';
import 'package:devtools_app/src/screens/memory/panes/chart/widgets/chart_pane.dart';
import 'package:devtools_app/src/screens/memory/panes/chart/widgets/memory_chart.dart';
import 'package:devtools_app_shared/ui.dart';
import 'package:devtools_app_shared/utils.dart';
Expand Down Expand Up @@ -101,7 +102,7 @@ void main() {

expect(find.text('GC'), findsOneWidget);

expect(find.byType(MemoryChart), findsOneWidget);
expect(find.byType(MemoryChartPane), findsOneWidget);
},
);
});
Expand Down

0 comments on commit 4b36dcd

Please sign in to comment.