Skip to content

Commit

Permalink
Update widget_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
LongCatIsLooong authored Jun 4, 2024
1 parent 5cb02be commit fefd22d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1365,8 +1365,7 @@ Future<void> main() async {
expect(find.text('1'), findsOneWidget);
expect(find.text('1 1'), findsOneWidget);
// https://github.com/fzyzcjy/flutter_portal/pull/113.
//expect(entryBuild.calls,
//const [EntryBuildSpyCall(0, 1), EntryBuildSpyCall(1, 1)]);
// expect(entryBuild.calls, const [EntryBuildSpyCall(0, 1), EntryBuildSpyCall(1, 1)]);
});

testWidgets('layout builder between portal and entry on first build',
Expand Down

0 comments on commit fefd22d

Please sign in to comment.