Skip to content

Commit 5265b81

Browse files
authored
chore: remove duplicate registerFallbackValue call (#33)
1 parent 97fbaa6 commit 5265b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/mock_navigator.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ class MockNavigator extends Mock
4747
registerFallbackValue(_FakeRoute<bool>());
4848
registerFallbackValue(_FakeRoute<String>());
4949
registerFallbackValue(_FakeRoute<num>());
50-
registerFallbackValue(_FakeRoute<bool>());
5150
}
5251
}
5352

0 commit comments

Comments
 (0)