Rename module

This commit is contained in:
Adrian Kumpf
2019-11-24 12:51:31 +01:00
parent f51c2937c6
commit 08b72d4e43
6 changed files with 28 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
defmodule MappingMock do
defmodule TerrainMock do
def get_elevation({_lat, _lng}) do
nil
end