summaryrefslogtreecommitdiffstats
path: root/test/unit/mailer_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/mailer_test.rb')
-rw-r--r--test/unit/mailer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb
index 26a53dcf8..d92c5837b 100644
--- a/test/unit/mailer_test.rb
+++ b/test/unit/mailer_test.rb
@@ -41,7 +41,7 @@ class MailerTest < Test::Unit::TestCase
document = Document.find(1)
GLoc.valid_languages.each do |lang|
Setting.default_language = lang.to_s
- assert Mailer.deliver_document_add(document)
+ assert Mailer.deliver_document_added(document)
end
end