Skip to content

Commit

Permalink
Update Snapshot.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay committed Jun 28, 2024
1 parent 09e2fa5 commit b99c8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/WrkstrmColorTests/Snapshot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit b99c8a1

Please sign in to comment.