Update test with change from 0845c61908

This commit is contained in:
Toks
2013-09-09 20:47:04 -04:00
parent d9419255f6
commit 09b6fd41f0

View File

@@ -20,7 +20,7 @@ class AliasAndImplicationImporterTest < ActiveSupport::TestCase
end
should "process it" do
assert_difference("Delayed::Job.count", 4) do
assert_difference("Delayed::Job.count", 2) do
@importer.process!
end
end