Skip to content

Commit 1ac68f5

Browse files
authored
Fix a couple method name typos.
1 parent 48d9d57 commit 1ac68f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SubprocessTests/SubprocessTests+Unix.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extension SubprocessUnixTests {
112112

113113
// MARK: - Arguments Tests
114114
extension SubprocessUnixTests {
115-
@Test func testArgunementsArrayLitereal() async throws {
115+
@Test func testArgumentsArrayLiteral() async throws {
116116
guard #available(SubprocessSpan , *) else {
117117
return
118118
}
@@ -151,7 +151,7 @@ extension SubprocessUnixTests {
151151
)
152152
}
153153

154-
@Test func testArgumemtsFromArray() async throws {
154+
@Test func testArgumentsFromArray() async throws {
155155
guard #available(SubprocessSpan , *) else {
156156
return
157157
}

0 commit comments

Comments
 (0)