We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cab43e commit e722e70Copy full SHA for e722e70
test/widgets/editor_test.dart
@@ -173,7 +173,7 @@ void main() {
173
);
174
175
testWidgets(
176
- 'should throw FlutterQuillLocalizationsWidget if the delegate not provided',
+ 'should throw MissingFlutterQuillLocalizationException if the delegate not provided',
177
(tester) async {
178
await tester.pumpWidget(
179
MaterialApp(
@@ -194,7 +194,7 @@ void main() {
194
195
196
197
- 'should not throw FlutterQuillLocalizationsWidget if the delegate is provided',
+ 'should not throw MissingFlutterQuillLocalizationException if the delegate is provided',
198
199
200
0 commit comments