Skip to content

Commit b57a100

Browse files
committed
Fixed unit tests
1 parent b67afb7 commit b57a100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ColorSetKit-Test/Test.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class Test: XCTestCase
136136

137137
func testNSColor()
138138
{
139-
if let c = NSColor.from( colorSet: "NoVariant" )
139+
if let c = NSColor.fromColorSet( name: "NoVariant" )
140140
{
141141
XCTAssertEqual( c.redComponent * 255, 50.0 )
142142
XCTAssertEqual( c.greenComponent * 255, 100.0 )

0 commit comments

Comments
 (0)