You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: Sample Project/SimpleLineChartTests/SimpleLineChartTests.m
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,6 @@ - (void)testDrawnPoints {
105
105
for (BEMCircle *dot in dots) {
106
106
XCTAssert(dot.bounds.size.width == 10.0, @"Dots are expected to have a default width of 10.0");
107
107
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.0alpha:0.7]], @"Dots are expected to be white at alpha 0.7 by default");
109
108
XCTAssert(dot.absoluteValue == pointValue, @"Dots are expected to have a value equal to the value returned by the data source method 'valueForPointAtIndex:'");
110
109
XCTAssert(dot.alpha == 0.0, @"Dots are expected to not be displayed by default (alpha of 0)");
111
110
XCTAssert([dot.backgroundColor isEqual:[UIColor clearColor]], @"Dots are expected to have a clearColor background color by default");
0 commit comments