We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6c0a5 commit 47c0a0cCopy full SHA for 47c0a0c
Tests/SendGridKitTests/SendGridKitTests.swift
@@ -144,8 +144,8 @@ struct SendGridKitTests {
144
func requestUploadURLForZipArchive() async throws {
145
try await withKnownIssue {
146
let response = try await emailValidationClient.getBulkValidationUploadURL(fileType: .zip)
147
- #expect(response.uploadUri != "")
148
- #expect(response.jobId != "")
+ #expect(!response.uploadUri.isEmpty)
+ #expect(!response.jobId.isEmpty)
149
} when: {
150
credentialsAreInvalid
151
}
0 commit comments