Split Federation as separate context
This commit is contained in:
8
test/service/geospatial/geospatial_test.exs
Normal file
8
test/service/geospatial/geospatial_test.exs
Normal file
@@ -0,0 +1,8 @@
|
||||
defmodule Mobilizon.Service.GeospatialTest do
|
||||
use Mobilizon.DataCase
|
||||
alias Mobilizon.Service.Geospatial
|
||||
|
||||
describe "get service" do
|
||||
assert Geospatial.service() === Elixir.Mobilizon.Service.Geospatial.Mock
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user