kommentare und leere Dateien entfernt

This commit is contained in:
2025-07-28 22:27:33 +02:00
parent d6aad4efd8
commit 64a2ca1a47
10 changed files with 2 additions and 338 deletions
+1 -8
View File
@@ -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()