File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
components/Buttons/ButtonsTests Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -194,21 +194,6 @@ - (void)testInkColors {
194
194
XCTAssertEqualObjects (button.inkColor , color);
195
195
}
196
196
197
- - (void )testDefaultColors {
198
- // Given
199
- MDCButton *button = [[MDCButton alloc ] init ];
200
-
201
- // When
202
-
203
- // Then
204
- // Colors chosen from: https://www.google.com/design/spec/style/color.html#color-color-palette
205
- UIColor *blue500 = MDCColorFromRGB (0x2196F3 );
206
- UIColor *blue300 = MDCColorFromRGB (0x64B5F6 );
207
- XCTAssertEqualObjects ([button backgroundColorForState: button.state], blue500);
208
- UIColor *lightBlueInk = [blue300 colorWithAlphaComponent: 0 .25f ];
209
- XCTAssertEqualObjects (button.inkColor , lightBlueInk);
210
- }
211
-
212
197
/*
213
198
TODO: things to unit test
214
199
(should these even be a thing?)
You can’t perform that action at this time.
0 commit comments