Skip to content

Commit e722e70

Browse files
author
Ellet
committed
chore(tests): update outdated description for FlutterQuillLocalizationsWidget tests
1 parent 7cab43e commit e722e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/widgets/editor_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ void main() {
173173
);
174174

175175
testWidgets(
176-
'should throw FlutterQuillLocalizationsWidget if the delegate not provided',
176+
'should throw MissingFlutterQuillLocalizationException if the delegate not provided',
177177
(tester) async {
178178
await tester.pumpWidget(
179179
MaterialApp(
@@ -194,7 +194,7 @@ void main() {
194194
);
195195

196196
testWidgets(
197-
'should not throw FlutterQuillLocalizationsWidget if the delegate is provided',
197+
'should not throw MissingFlutterQuillLocalizationException if the delegate is provided',
198198
(tester) async {
199199
await tester.pumpWidget(
200200
MaterialApp(

0 commit comments

Comments
 (0)