Skip to content

Commit 470968f

Browse files
committed
Fix typo in test group name for useCupertinoTabController
1 parent 97a3bef commit 470968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter_hooks/test/use_cupertino_tab_controller_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void main() {
3030
);
3131
});
3232

33-
group('useCupertinoCupertinoCupertinoTabController', () {
33+
group('useCupertinoTabController', () {
3434
testWidgets('initial values matches with real constructor', (tester) async {
3535
late CupertinoTabController controller;
3636
late CupertinoTabController controller2;

0 commit comments

Comments
 (0)