Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Sep 18, 2024
1 parent 5b6a119 commit c93aac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SendGridKitTests/SendGridTestsKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct SendGridKitTests {
content: "Hello, World!".data(using: .utf8)!.base64EncodedString(),
type: "text/plain",
filename: "hello.txt",
disposition: "attachment"
disposition: .attachment
)

let emailContent = EmailContent("This email was sent using SendGridKit!")
Expand Down

0 comments on commit c93aac2

Please sign in to comment.