Skip to content

Commit

Permalink
Fix typos in WalletOrdersTests
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jan 10, 2025
1 parent 4e213ef commit ada81cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/WalletOrdersTests/WalletOrdersTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct WalletOrdersTests {
try testRoundTripped(bundle)
}

@Test("Build Pass without Source Files")
@Test("Build Order without Source Files")
func buildWithoutSourceFiles() throws {
let builder = OrderBuilder(
pemWWDRCertificate: TestCertificate.pemWWDRCertificate,
Expand All @@ -62,7 +62,7 @@ struct WalletOrdersTests {
}
}

@Test("Build Pass without OpenSSL")
@Test("Build Order without OpenSSL")
func buildWithoutOpenSSL() throws {
let builder = OrderBuilder(
pemWWDRCertificate: TestCertificate.pemWWDRCertificate,
Expand Down

0 comments on commit ada81cd

Please sign in to comment.