Update dependencies
mix: decimal 3.1.0 => 3.1.1 oban 2.22.1 => 2.23.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
defmodule MusicLibraryWeb.CollectionLive.IndexTest do
|
||||
use MusicLibraryWeb.ConnCase
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo, engine: Oban.Engines.Lite
|
||||
|
||||
import MusicBrainz.Fixtures.Release
|
||||
import MusicBrainz.Fixtures.ReleaseGroup
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
defmodule MusicLibraryWeb.MaintenanceLive.IndexTest do
|
||||
use MusicLibraryWeb.ConnCase
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo, engine: Oban.Engines.Lite
|
||||
|
||||
import MusicLibrary.ArtistInfoFixtures
|
||||
import MusicLibrary.Fixtures.Records
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
defmodule MusicLibraryWeb.WishlistLive.IndexTest do
|
||||
use MusicLibraryWeb.ConnCase
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo, engine: Oban.Engines.Lite
|
||||
|
||||
import Ecto.Query, only: [from: 2]
|
||||
import MusicBrainz.Fixtures.ReleaseGroup
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
defmodule MusicLibraryWeb.LiveHelpers.RecordActionsTest do
|
||||
use MusicLibraryWeb.ConnCase, async: false
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo
|
||||
use Oban.Testing, repo: MusicLibrary.BackgroundRepo, engine: Oban.Engines.Lite
|
||||
|
||||
import MusicLibrary.Fixtures.Records
|
||||
|
||||
|
||||
Reference in New Issue
Block a user