Skip to content

Commit e0b62f5

Browse files
committed
Adjust NIO patch on CI for upstream change
1 parent cba066e commit e0b62f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-nio-filesystem.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ index f24736a7..310d9691 100644
135135
+/* func testCopyLargeFile() async throws {
136136
let sourcePath = try await self.fs.temporaryFilePath()
137137
let destPath = try await self.fs.temporaryFilePath()
138-
self.addTeardownBlock {
138+
self.addTeardownBlock { [fs] in
139139
@@ -584,7 +584,7 @@ final class FileSystemTests: XCTestCase {
140140
try await self.fs.copyItem(at: sourcePath, to: destPath)
141141
let destInfo = try await self.fs.info(forFileAt: destPath)

0 commit comments

Comments
 (0)