We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RelativePath.init
1 parent 71fc550 commit 948fc68Copy full SHA for 948fc68
IntegrationTests/Tests/IntegrationTests/Helpers.swift
@@ -195,7 +195,7 @@ func fixture(
195
) {
196
do {
197
// Make a suitable test directory name from the fixture subpath.
198
- let fixtureSubpath = RelativePath(name)
+ let fixtureSubpath = try RelativePath(validating: name)
199
let copyName = fixtureSubpath.components.joined(separator: "_")
200
201
// Create a temporary directory for the duration of the block.
0 commit comments