|
|
@ -1,7 +1,7 @@
|
|
|
|
defmodule DecentralisedBookIndex.Sync.SyncServerTaskTest do
|
|
|
|
defmodule DecentralisedBookIndex.SyncTasks.SyncServerTaskTest do
|
|
|
|
use DecentralisedBookIndex.DataCase
|
|
|
|
use DecentralisedBookIndex.DataCase
|
|
|
|
|
|
|
|
|
|
|
|
alias DecentralisedBookIndex.Sync.SyncServerTask
|
|
|
|
alias DecentralisedBookIndex.SyncTasks.SyncServerTask
|
|
|
|
|
|
|
|
|
|
|
|
alias DecentralisedBookIndex.Sync.ApiClients.FetchJson
|
|
|
|
alias DecentralisedBookIndex.Sync.ApiClients.FetchJson
|
|
|
|
alias DecentralisedBookIndex.Sync.AuthorSync
|
|
|
|
alias DecentralisedBookIndex.Sync.AuthorSync
|
|
|
|