Skip to content

Commit

Permalink
Merge pull request #4661 from rquesada/fix/4660-remove-special-character
Browse files Browse the repository at this point in the history
The use of special character in folder name don't allow unzip correct…
  • Loading branch information
pmairoldi authored Sep 13, 2022
2 parents 19eaf62 + 40a588f commit 2037006
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 2037006

Please sign in to comment.