pull/1566/head
Ellet 1 year ago
parent ec38dee3e3
commit 8d3215fbe4
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 4
      test/bug_fix_test.dart

@ -16,7 +16,8 @@ void main() {
await tester.pumpWidget(
MaterialApp(
home: QuillSimpleToolbar(
home: Scaffold(
body: QuillSimpleToolbar(
configurations: QuillSimpleToolbarConfigurations(
controller: controller,
showRedo: false,
@ -28,6 +29,7 @@ void main() {
),
),
),
),
);
final builtinFinder = find.descendant(

Loading…
Cancel
Save