Skip to content

Commit c544da0

Browse files
Update Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/LinuxRecipeTests.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent 0704091 commit c544da0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/SwiftSDKGeneratorTests/SwiftSDKRecipes/LinuxRecipeTests.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ final class LinuxRecipeTests: XCTestCase {
178178
}
179179

180180
func testItemsToDownloadForMacOSHost_multiArch() throws {
181-
try testItemsToDownloadForMacOSHost(hostTriples: [Triple("arm64-apple-macos"), Triple("x86_64-apple-macos")])
181+
try testItemsToDownloadForMacOSHost(
182+
hostTriples: [Triple("arm64-apple-macos"), Triple("x86_64-apple-macos")]
183+
)
182184
}
183185

184186
private func testItemsToDownloadForMacOSHost(

0 commit comments

Comments
 (0)