chore(tests): update outdated description for FlutterQuillLocalizationsWidget tests

pull/1954/head v9.4.6
Ellet 10 months ago
parent 7cab43ed72
commit e722e70194
  1. 4
      test/widgets/editor_test.dart

@ -173,7 +173,7 @@ void main() {
);
testWidgets(
'should throw FlutterQuillLocalizationsWidget if the delegate not provided',
'should throw MissingFlutterQuillLocalizationException if the delegate not provided',
(tester) async {
await tester.pumpWidget(
MaterialApp(
@ -194,7 +194,7 @@ void main() {
);
testWidgets(
'should not throw FlutterQuillLocalizationsWidget if the delegate is provided',
'should not throw MissingFlutterQuillLocalizationException if the delegate is provided',
(tester) async {
await tester.pumpWidget(
MaterialApp(

Loading…
Cancel
Save