Skip to content

Commit 23d5a28

Browse files
committed
Bad query field
1 parent 54476e6 commit 23d5a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/batch_lifecycle_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,6 @@ def job!(active_job)
330330
end
331331

332332
def batch_jobs(*batches)
333-
SolidQueue::Job.where(id: batches.map(&:id))
333+
SolidQueue::Job.where(batch_id: batches.map(&:id))
334334
end
335335
end

0 commit comments

Comments
 (0)