Skip to content

Commit 21a10be

Browse files
committed
test: adapt material 3 changes
1 parent d62eb4c commit 21a10be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/src/custom_refresh_indicator_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ void main() {
694694

695695
await tester.pumpWidget(
696696
MaterialApp(
697+
theme: ThemeData.light(useMaterial3: false),
697698
home: CustomRefreshIndicator(
698699
leadingScrollIndicatorVisible: false,
699700
builder: buildWithoutIndicator,
@@ -739,6 +740,7 @@ void main() {
739740

740741
await tester.pumpWidget(
741742
MaterialApp(
743+
theme: ThemeData.light(useMaterial3: false),
742744
home: CustomRefreshIndicator(
743745
leadingScrollIndicatorVisible: true,
744746
trailingScrollIndicatorVisible: false,

0 commit comments

Comments
 (0)