Skip to content

Commit

Permalink
Fix method typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Sep 15, 2023
1 parent e5ba91a commit 0a8ca97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/previews_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def startup
end

context 'generate previews' do
should 'reply with attachment' do
should 'generate email previews' do
omit_if(@@server.nil?)

random_string = (0...10).map { rand(65..90).chr }.join
Expand All @@ -44,7 +44,7 @@ def startup

result = @@client.messages.generate_previews(email.id, options)

assert_false(result.items.empty)
assert_false(result.items.empty?)

# Ensure we can download one of the generated preview
file = @@client.files.get_preview(result.items[0].id)
Expand Down

0 comments on commit 0a8ca97

Please sign in to comment.