mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Refactor field models and logic into separate package.
This commit is contained in:
@@ -126,5 +126,5 @@ func TestPublishingErrors(t *testing.T) {
|
||||
}
|
||||
|
||||
func setupTestDb(t *testing.T) *model.Database {
|
||||
return model.SetupTestDb(t, "partner", "..")
|
||||
return model.SetupTestDb(t, "partner")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user