kommentare und leere Dateien entfernt
This commit is contained in:
@@ -743,14 +743,7 @@ func charTests(t *testing.T, char *models.Char) {
|
||||
func TestCreateChar(t *testing.T) {
|
||||
database.SetupTestDB()
|
||||
err := models.MigrateStructure()
|
||||
/*
|
||||
if err == nil {
|
||||
err = skills.MigrateStructure()
|
||||
if err == nil {
|
||||
err = equipment.MigrateStructure()
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
assert.NoError(t, err, "expected no error MigrateStructure")
|
||||
char := createChar()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user