Skip to content

Commit f853271

Browse files
committed
Fix change_notifier_provider test
1 parent 4be72ef commit f853271

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

change_notifier_provider/test/home_screen_test.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ class _TestWidget extends StatelessWidget {
112112
Matcher isChecked(bool isChecked) {
113113
return matchesSemantics(
114114
isChecked: isChecked,
115+
hasTapAction: true,
116+
hasFocusAction: true,
115117
hasCheckedState: true,
118+
isFocusable: true,
116119
hasEnabledState: true,
117120
isEnabled: true,
118-
isFocusable: true,
119-
hasTapAction: true,
120121
);
121122
}

0 commit comments

Comments
 (0)