Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed May 28, 2024
1 parent 97506bf commit 226237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ScipioKitTests/RunnerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ final class RunnerTests: XCTestCase {
fileManager.fileExists(atPath: moduleMapPath),
"Should exist a modulemap"
)
let moduleMapContents = try XCTUnwrap(fileManager.contents(atPath: moduleMapPath).flatMap { String(decoding: $0, as: .UTF8.self) })
let moduleMapContents = try XCTUnwrap(fileManager.contents(atPath: moduleMapPath).flatMap { String(decoding: $0, as: UTF8.self) })
XCTAssertEqual(
moduleMapContents,
"""
Expand Down

0 comments on commit 226237c

Please sign in to comment.