From 7e386b7063f5b9cf4f4c9e6ca0bff4808c6e925f Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 19 May 2022 08:14:05 +0000 Subject: [PATCH] Remove test code (#36691). git-svn-id: https://svn.redmine.org/redmine/trunk@21598 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/jobs/destroy_projects_job_test.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/jobs/destroy_projects_job_test.rb b/test/unit/jobs/destroy_projects_job_test.rb index 020791c61..e764a5328 100644 --- a/test/unit/jobs/destroy_projects_job_test.rb +++ b/test/unit/jobs/destroy_projects_job_test.rb @@ -57,7 +57,6 @@ class DestroyProjectsJobTest < ActiveJob::TestCase assert_match /Security notification/, m.subject assert_match /deleted successfully/, m.text_part.to_s else - fail 'foo' assert_enqueued_with( job: ActionMailer::MailDeliveryJob, args: ->(job_args){ -- 2.39.5