diff --git a/Tests/WrkstrmColorTests/Snapshot.swift b/Tests/WrkstrmColorTests/Snapshot.swift index ef33c05..4343593 100644 --- a/Tests/WrkstrmColorTests/Snapshot.swift +++ b/Tests/WrkstrmColorTests/Snapshot.swift @@ -4,7 +4,7 @@ import XCTest // TODO: Add HPLuv support enum JSONResource { - public static func load(fileName: String) -> Data? { + static func load(fileName: String) -> Data? { let currentFileURL = URL(fileURLWithPath: #file) let currentDirectoryURL = currentFileURL.deletingLastPathComponent()