Skip to content

Commit

Permalink
fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Apr 8, 2022
1 parent 289fa24 commit f404189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xa.rb
Expand Up @@ -47,7 +47,7 @@ def do_thing
end

after do
Sidekiq.default_job_options["xa"] = nil
Sidekiq.default_job_options.delete("xa")
end

describe ActiveRecord do
Expand Down

0 comments on commit f404189

Please sign in to comment.