Skip to content

Commit fadb274

Browse files
committed
fixup
1 parent c17d175 commit fadb274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/BuildTests/ToolsArchiveMetadataTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class ToolsArchiveMetadataTests: XCTestCase {
1717
func testParseMetadata() throws {
1818
let fileSystem = InMemoryFileSystem()
1919
try fileSystem.writeFileContents(
20-
.root.appending(component: "info.json"),
20+
AbsolutePath("/info.json"),
2121
bytes: ByteString(encodingAsUTF8: """
2222
{
2323
"schemaVersion": "1.0",

0 commit comments

Comments
 (0)