Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Jul 18, 2023
1 parent f02d1e8 commit 0c41027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.2.3"
version: "3.3.0"
flex_seed_scheme:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion test/color_picker_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ void main() {
//
testWidgets(
'CPI1.4: Finds custom-3 ColorPicker() using custom colors '
'and tonal palette', (WidgetTester tester) async {
'and tonal palette and same size tonal', (WidgetTester tester) async {
await tester.pumpWidget(
TestWidget(
widget: ColorPicker(
Expand All @@ -429,6 +429,7 @@ void main() {
crossAxisAlignment: CrossAxisAlignment.start,
enableOpacity: true,
enableTonalPalette: true,
tonalColorSameSize: true,
opacityTrackHeight: 40,
opacityThumbRadius: 25,
opacityTrackWidth: 300,
Expand Down

0 comments on commit 0c41027

Please sign in to comment.