Skip to content

Commit 5c35968

Browse files
committed
Update test
1 parent c795b8b commit 5c35968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/test/material/material_state/material_state_border_side.0_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void main() {
5050
await tester.tap(find.byType(FilterChip));
5151
await tester.pumpAndSettle();
5252

53-
expect(findBorderColor(const Color(0xff79747e)), findsOne);
53+
expect(findBorderColor(const Color(0xffcac4d0)), findsOne);
5454
},
5555
);
5656
}

0 commit comments

Comments
 (0)