Skip to content

Commit

Permalink
The use of special character in folder name don't allow unzip correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rquesada authored and mmazzei committed Feb 1, 2023
1 parent 7d4c97f commit ea23c6c
Show file tree
Hide file tree
Showing 105 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ChartsTests/Utilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea23c6c

Please sign in to comment.