Skip to content

Commit f9ddae8

Browse files
committed
Format on_enter_test.dart
1 parent a38fbe1 commit f9ddae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/go_router/test/on_enter_test.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,9 @@ void main() {
15671567
expect(find.text('Allowed'), findsOneWidget);
15681568

15691569
// 2. Pop (simulating system back / imperative pop)
1570-
final NavigatorState navigator = tester.state(find.byType(Navigator).last);
1570+
final NavigatorState navigator = tester.state(
1571+
find.byType(Navigator).last,
1572+
);
15711573
navigator.pop();
15721574
await tester.pumpAndSettle();
15731575
expect(find.text('Home'), findsOneWidget);

0 commit comments

Comments
 (0)