Skip to content

Commit

Permalink
Update packages/flutter/test/widgets/restoration_scope_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Piinks committed May 15, 2023
1 parent 9ba702e commit 3596c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/test/widgets/restoration_scope_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void main() {
throwsA(isA<FlutterError>().having(
(FlutterError error) => error.message,
'message',
contains('State restoration must be enabled for a RestorationScope.'),
contains('State restoration must be enabled for a RestorationScope'),
)),
);

Expand Down

0 comments on commit 3596c1a

Please sign in to comment.