Skip to content

Commit 44b6068

Browse files
committed
Fix Swift issues
1 parent 5f4844f commit 44b6068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/swift/Tests/wordpress-api/LoginTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class LoginTests {
7272
_ = try await client.loginURL(forSite: "https://wordpress-1315525-4803651.cloudwaysapps.com")
7373
}, throws: { error in
7474
debugPrint(error)
75-
true // TODO: It'd be nice to get more details about this error
75+
return true // TODO: It'd be nice to get more details about this error
7676
})
7777
}
7878

0 commit comments

Comments
 (0)