Skip to content

Commit

Permalink
Increase accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Sep 25, 2017
1 parent b729f82 commit eceb9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HueTests/Mac/NSImageTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import XCTest
class NSImageTests: XCTestCase {

func testImageColors() {
let accuracy: CGFloat = 0.3
let accuracy: CGFloat = 0.4
let bundle = Bundle(for: self.classForCoder)
let path = bundle.path(forResource: "Random Access Memories", ofType: "png")!
let image = NSImage(contentsOfFile: path)!
Expand Down

0 comments on commit eceb9bd

Please sign in to comment.