Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 3dd033d

Browse files
committed
Remove unuseful breaking test
1 parent 212058f commit 3dd033d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sample Project/SimpleLineChartTests/SimpleLineChartTests.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ - (void)testDrawnPoints {
105105
for (BEMCircle *dot in dots) {
106106
XCTAssert(dot.bounds.size.width == 10.0, @"Dots are expected to have a default width of 10.0");
107107
XCTAssert(dot.bounds.size.height == 10.0, @"Dots are expected to have a default height of 10.0");
108-
XCTAssert([dot.color isEqual:[UIColor colorWithWhite:1.0 alpha:0.7]], @"Dots are expected to be white at alpha 0.7 by default");
109108
XCTAssert(dot.absoluteValue == pointValue, @"Dots are expected to have a value equal to the value returned by the data source method 'valueForPointAtIndex:'");
110109
XCTAssert(dot.alpha == 0.0, @"Dots are expected to not be displayed by default (alpha of 0)");
111110
XCTAssert([dot.backgroundColor isEqual:[UIColor clearColor]], @"Dots are expected to have a clearColor background color by default");

0 commit comments

Comments
 (0)