From 1b836d31b5cce40fefbc63d96154607f7b8bc1b1 Mon Sep 17 00:00:00 2001 From: Andrew Thal <467872+athal7@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:02:15 -0500 Subject: [PATCH] Update test_helper.rb --- test/test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index 0e5ffe0..96b5873 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -29,7 +29,7 @@ end ActiveSupport::TestCase.fixtures :all -ActiveJob::Base.queue_adapter = :inline +ActiveJob::Base.queue_adapter = :test ActiveSupport.test_order = :random def clear_cache