Skip to content

Commit

Permalink
Improve example test code (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan authored and paulcsmith committed Mar 21, 2017
1 parent 9823793 commit cf5724d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bamboo/test.ex
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defmodule Bamboo.Test do
email |> MyApp.Mailer.deliver_now
# Works with deliver_now and deliver_later
assert_delivered_email MyApp.Email.welcome_email(user)
assert_delivered_email email
end
end
"""
Expand Down

0 comments on commit cf5724d

Please sign in to comment.