Skip to content

Commit c0ee3e0

Browse files
committed
Removed questionable unit test.
1 parent c1bf5be commit c0ee3e0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

components/Buttons/ButtonsTests/ButtonsTests.m

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -194,21 +194,6 @@ - (void)testInkColors {
194194
XCTAssertEqualObjects(button.inkColor, color);
195195
}
196196

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-
212197
/*
213198
TODO: things to unit test
214199
(should these even be a thing?)

0 commit comments

Comments
 (0)