aboutsummaryrefslogtreecommitdiffstats
path: root/models/main_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/main_test.go')
-rw-r--r--models/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/main_test.go b/models/main_test.go
index 15bece7bf4..5c99a2b2f7 100644
--- a/models/main_test.go
+++ b/models/main_test.go
@@ -15,7 +15,7 @@ import (
// TestFixturesAreConsistent assert that test fixtures are consistent
func TestFixturesAreConsistent(t *testing.T) {
assert.NoError(t, unittest.PrepareTestDatabase())
- CheckConsistencyFor(t,
+ unittest.CheckConsistencyFor(t,
&User{},
&Repository{},
&Issue{},