We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4844f commit 44b6068Copy full SHA for 44b6068
native/swift/Tests/wordpress-api/LoginTests.swift
@@ -72,7 +72,7 @@ class LoginTests {
72
_ = try await client.loginURL(forSite: "https://wordpress-1315525-4803651.cloudwaysapps.com")
73
}, throws: { error in
74
debugPrint(error)
75
- true // TODO: It'd be nice to get more details about this error
+ return true // TODO: It'd be nice to get more details about this error
76
})
77
}
78
0 commit comments