fix tests
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
defmodule Lokal.Repo.Migrator do
|
||||
@moduledoc """
|
||||
Genserver to automatically perform all migration on app start
|
||||
"""
|
||||
|
||||
use GenServer
|
||||
require Logger
|
||||
|
||||
|
Reference in New Issue
Block a user