The use of special character in folder name don't allow unzip correct…
@@ -32,7 +32,7 @@ func assertChartSnapshot<Value: ChartViewBase>(
#if arch(arm64)
let snapshotDirectory = fileUrl.deletingLastPathComponent()
- .appendingPathComponent("__Snapshots__Silicon__")
+ .appendingPathComponent("__Snapshots__AppleSilicon__")
.appendingPathComponent(fileName)
.path
#else