Skip to content

Commit 80c4b5e

Browse files
committed
Test update
1 parent 0672dfc commit 80c4b5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ packages:
127127
path: ".."
128128
relative: true
129129
source: path
130-
version: "3.2.3"
130+
version: "3.3.0"
131131
flex_seed_scheme:
132132
dependency: transitive
133133
description:

test/color_picker_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ void main() {
408408
//
409409
testWidgets(
410410
'CPI1.4: Finds custom-3 ColorPicker() using custom colors '
411-
'and tonal palette', (WidgetTester tester) async {
411+
'and tonal palette and same size tonal', (WidgetTester tester) async {
412412
await tester.pumpWidget(
413413
TestWidget(
414414
widget: ColorPicker(
@@ -429,6 +429,7 @@ void main() {
429429
crossAxisAlignment: CrossAxisAlignment.start,
430430
enableOpacity: true,
431431
enableTonalPalette: true,
432+
tonalColorSameSize: true,
432433
opacityTrackHeight: 40,
433434
opacityThumbRadius: 25,
434435
opacityTrackWidth: 300,

0 commit comments

Comments
 (0)