removed more ocurences of "midgard"

This commit is contained in:
2026-01-29 09:49:36 +01:00
parent 558c5735be
commit 3db3bab7bd
16 changed files with 252 additions and 208 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ func TestImportCharacterUpdatesIncompleteGSMData(t *testing.T) {
incompleteSkill := models.Skill{
ID: 1000,
Name: "TestSkillIncomplete",
GameSystem: "midgard",
GameSystemId: 1,
Beschreibung: "",
Category: "",
}
@@ -122,7 +122,7 @@ func TestImportCharacterUpdatesIncompleteGSMData(t *testing.T) {
GSMSkills: []models.Skill{
{
Name: "TestSkillIncomplete",
GameSystem: "midgard",
GameSystemId: 1,
Beschreibung: "Complete description",
Category: "Alltag",
Difficulty: "normal",