Skip to content

Commit 96c67d5

Browse files
committed
updating unit test.
1 parent 43a37fa commit 96c67d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/iOS+tvOS/UIImageTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class UIImageTests: XCTestCase {
4646
colors.detail.getRed(&red, green: &green, blue: &blue, alpha: nil)
4747

4848
XCTAssertEqual(red, 1.000, accuracy: accuracy)
49-
XCTAssertEqual(green, 1.000, accuracy: accuracy)
50-
XCTAssertEqual(blue, 0.85, accuracy: accuracy)
49+
XCTAssertEqual(green, 0.9, accuracy: accuracy)
50+
XCTAssertEqual(blue, 0.7, accuracy: accuracy)
5151
}
5252

5353
func testPixelColorSubscript() {

0 commit comments

Comments
 (0)