mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-28 05:14:11 -04:00
@@ -70,7 +70,7 @@ func TestPrimaryKeys(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, bean := range beans {
|
||||
table, err := db.TableInfo(bean)
|
||||
table, err := db.GetXORMEngineForTesting().TableInfo(bean)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user