Skip to content

Commit

Permalink
Prevent race conditions in global and gossip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jun 28, 2023
1 parent fa36e3c commit 31d2b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/oban/peers/global_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Oban.Peers.GlobalTest do
use Oban.Case, async: true
use Oban.Case

alias Oban.Peer
alias Oban.Peers.Global
Expand Down
2 changes: 1 addition & 1 deletion test/oban/plugins/gossip_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Oban.Plugins.GossipTest do
use Oban.Case, async: true
use Oban.Case

alias Oban.Plugins.Gossip
alias Oban.{Notifier, Registry, TelemetryHandler}
Expand Down

0 comments on commit 31d2b14

Please sign in to comment.