Move SQLite extension loading to config/runtime.exs

Addresses deprecation mentioned at https://hexdocs.pm/ecto/Ecto.Repo.html#c:init/2
This commit is contained in:
Claudio Ortolina
2024-12-07 20:29:33 +01:00
parent 11ebd0b6de
commit 1c47473c11
3 changed files with 5 additions and 8 deletions
-1
View File
@@ -1,5 +1,4 @@
defmodule MusicLibrary.RepoTest do
alias MusicLibrary.ReleaseGroupsFixtures
use MusicLibrary.DataCase
describe "correctly loads the unicode extension" do