From e722e70194c814624402584e70f1e14acb6d6d5c Mon Sep 17 00:00:00 2001
From: Ellet <ellet@freshplatform.net>
Date: Fri, 21 Jun 2024 17:03:23 +0300
Subject: [PATCH] chore(tests): update outdated description for
 FlutterQuillLocalizationsWidget tests

---
 test/widgets/editor_test.dart | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/widgets/editor_test.dart b/test/widgets/editor_test.dart
index bb115284..4e3a79f6 100644
--- a/test/widgets/editor_test.dart
+++ b/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(