We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e213ef commit ada81cdCopy full SHA for ada81cd
Tests/WalletOrdersTests/WalletOrdersTests.swift
@@ -46,7 +46,7 @@ struct WalletOrdersTests {
46
try testRoundTripped(bundle)
47
}
48
49
- @Test("Build Pass without Source Files")
+ @Test("Build Order without Source Files")
50
func buildWithoutSourceFiles() throws {
51
let builder = OrderBuilder(
52
pemWWDRCertificate: TestCertificate.pemWWDRCertificate,
@@ -62,7 +62,7 @@ struct WalletOrdersTests {
62
63
64
65
- @Test("Build Pass without OpenSSL")
+ @Test("Build Order without OpenSSL")
66
func buildWithoutOpenSSL() throws {
67
68
0 commit comments