Skip to content

Commit

Permalink
Updated unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 15, 2024
1 parent 287933b commit a4d8b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CacaoTests/TestStyleKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public final class TestStyleKit {
//// Cache

private struct Cache {
static let wirelessBlue: UIColor = UIColor(red: 0.278, green: 0.506, blue: 0.976, alpha: 1.000)
nonisolated(unsafe) static let wirelessBlue: UIColor = UIColor(red: 0.278, green: 0.506, blue: 0.976, alpha: 1.000)
}

//// Colors
Expand Down

0 comments on commit a4d8b14

Please sign in to comment.