Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 3ec7df5

Browse files
committed
refactor(dir): statistics model wip
1 parent b5afe82 commit 3ec7df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/groupher_server/statistics/geo_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ defmodule GroupherServer.Test.Statistics.Geo do
22
use GroupherServer.TestTools
33

44
alias Helper.{ORM, GeoPool}
5-
alias GroupherServer.Statistics.Model.UserGeoInfo
5+
alias GroupherServer.Statistics
6+
alias Statistics.Model.UserGeoInfo
67

78
setup do
89
GeoPool.insert_geo_data()

0 commit comments

Comments
 (0)