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.
2 parents 70e04f2 + 1ac68f5 commit e62036cCopy full SHA for e62036c
Tests/SubprocessTests/SubprocessTests+Unix.swift
@@ -112,7 +112,7 @@ extension SubprocessUnixTests {
112
113
// MARK: - Arguments Tests
114
extension SubprocessUnixTests {
115
- @Test func testArgunementsArrayLitereal() async throws {
+ @Test func testArgumentsArrayLiteral() async throws {
116
guard #available(SubprocessSpan , *) else {
117
return
118
}
@@ -151,7 +151,7 @@ extension SubprocessUnixTests {
151
)
152
153
154
- @Test func testArgumemtsFromArray() async throws {
+ @Test func testArgumentsFromArray() async throws {
155
156
157
0 commit comments