Skip to content

Commit

Permalink
Merge pull request #113 from LongCatIsLooong/patch-1
Browse files Browse the repository at this point in the history
Update widget_test.dart for an upstream LayoutBuilder fix
  • Loading branch information
fzyzcjy authored Jun 4, 2024
2 parents 786cd79 + 53e9ccc commit 9881d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1364,8 +1364,8 @@ Future<void> main() async {

expect(find.text('1'), findsOneWidget);
expect(find.text('1 1'), findsOneWidget);
expect(entryBuild.calls,
const [EntryBuildSpyCall(0, 1), EntryBuildSpyCall(1, 1)]);
// https://github.com/fzyzcjy/flutter_portal/pull/113.
// 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 9881d3e

Please sign in to comment.