Update pattern matching for Oban.drain_queue following update
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -349,7 +349,8 @@ defmodule Mobilizon.ActorsTest do
|
||||
}
|
||||
)
|
||||
|
||||
assert %{success: 1, snoozed: 0, failure: 0} == Oban.drain_queue(queue: :background)
|
||||
assert %{success: 1, snoozed: 0, failure: 0, discard: 0} ==
|
||||
Oban.drain_queue(queue: :background)
|
||||
|
||||
assert %Actor{
|
||||
name: nil,
|
||||
|
||||
Reference in New Issue
Block a user