Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Earlopain committed Nov 6, 2023
1 parent 8c169f6 commit 2549727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/logical/job_stats_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class JobStatsTest < ActiveSupport::TestCase
[submission1, submission2, submission3].each { |submission| CreateSubmissionFileJob.perform_later(submission, {}) }
[file1, file2, file3, file4, file5].each { |file| E6IqdbQueryJob.perform_later(file) }

puts GoodJob::Job.count # rubocop:disable
puts GoodJob::Job.count
puts GoodJob::Job.all.map(&:to_json)

stats = JobStats.new
Expand Down

0 comments on commit 2549727

Please sign in to comment.