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.
1 parent ac5ebd5 commit ceab5f4Copy full SHA for ceab5f4
Tests/SubprocessTests/PipeConfigurationTests.swift
@@ -758,7 +758,7 @@ struct PipeConfigurationTests {
758
let pipeline =
759
pipe(
760
swiftFunction: { input, output, err in
761
- _ = try await output.write("Swift function output\n")
+ _ = try await err.write("Swift function error\n")
762
return 0
763
}
764
)
@@ -773,7 +773,6 @@ struct PipeConfigurationTests {
773
774
775
776
777
_ = try await err.write("Swift function error\n")
778
779
0 commit comments