Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Tests/SubprocessTests/SubprocessTests+Unix.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension SubprocessUnixTests {

// MARK: - Arguments Tests
extension SubprocessUnixTests {
@Test func testArgunementsArrayLitereal() async throws {
@Test func testArgumentsArrayLiteral() async throws {
guard #available(SubprocessSpan , *) else {
return
}
Expand Down Expand Up @@ -151,7 +151,7 @@ extension SubprocessUnixTests {
)
}

@Test func testArgumemtsFromArray() async throws {
@Test func testArgumentsFromArray() async throws {
guard #available(SubprocessSpan , *) else {
return
}
Expand Down
Loading