Skip to content

Commit 47c0a0c

Browse files
thoven87fpseverino
andauthored
Update Tests/SendGridKitTests/SendGridKitTests.swift
Co-authored-by: Francesco Paolo Severino <[email protected]>
1 parent 6a6c0a5 commit 47c0a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SendGridKitTests/SendGridKitTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ struct SendGridKitTests {
144144
func requestUploadURLForZipArchive() async throws {
145145
try await withKnownIssue {
146146
let response = try await emailValidationClient.getBulkValidationUploadURL(fileType: .zip)
147-
#expect(response.uploadUri != "")
148-
#expect(response.jobId != "")
147+
#expect(!response.uploadUri.isEmpty)
148+
#expect(!response.jobId.isEmpty)
149149
} when: {
150150
credentialsAreInvalid
151151
}

0 commit comments

Comments
 (0)