From fefd22d3beb0ae818564b20a031a6a9c4305e5f8 Mon Sep 17 00:00:00 2001 From: LongCatIsLooong <31859944+LongCatIsLooong@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:36:27 -0700 Subject: [PATCH] Update widget_test.dart --- test/widget_test.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/widget_test.dart b/test/widget_test.dart index f928daf..162a93c 100644 --- a/test/widget_test.dart +++ b/test/widget_test.dart @@ -1365,8 +1365,7 @@ Future 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',