fix PacketReplay test by adding registry setup
This commit is contained in:
parent
33546241e1
commit
ed7c6bf5cc
1 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,11 @@ defmodule Aprs.PacketReplayTest do
|
|||
|
||||
alias Aprs.PacketReplay
|
||||
|
||||
setup do
|
||||
start_supervised!({Registry, keys: :unique, name: Aprs.ReplayRegistry})
|
||||
:ok
|
||||
end
|
||||
|
||||
describe "start_replay/1" do
|
||||
test "raises error when bounds are missing" do
|
||||
user_id = "test_user"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue