Skip to content

Commit 5a4e6a0

Browse files
author
Marko Bogdanović
authored
Fix benchmark_pool_test
1 parent d2a80ca commit 5a4e6a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/services/benchmark_pool_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BenchmarkPoolTest < ActiveSupport::TestCase
2828
end
2929

3030
test '#enqueue for ruby-pg' do
31-
assert_enqueued_jobs(job: RemoteServerJob) do
31+
assert_enqueued_with(job: RemoteServerJob) do
3232
BenchmarkPool.enqueue('ruby-pg', 'abc')
3333
end
3434

0 commit comments

Comments
 (0)