sow-head-vfx -> sow-accessory-vfx

This commit is contained in:
2026-05-31 15:40:45 +02:00
parent 39f329343b
commit d0e065536c
4 changed files with 36 additions and 36 deletions
+6 -6
View File
@@ -2207,8 +2207,8 @@ func TestBuildHAKsWritesConfiguredHeadVisualeffectsAutogenManifest(t *testing.T)
},
"manifest": {
"release_tag": "head-vfx-manifest-current",
"asset_name": "sow-head-vfx-manifest.json",
"cache_name": "sow-head-vfx-manifest.json"
"asset_name": "sow-accessory-vfx-manifest.json",
"cache_name": "sow-accessory-vfx-manifest.json"
},
"accessory_visualeffects": {
"groups": {
@@ -2260,7 +2260,7 @@ func TestBuildHAKsWritesConfiguredHeadVisualeffectsAutogenManifest(t *testing.T)
t.Fatalf("expected no parts manifest, got stat error %v", err)
}
headRaw, err := os.ReadFile(filepath.Join(root, "build", "sow-head-vfx-manifest.json"))
headRaw, err := os.ReadFile(filepath.Join(root, "build", "sow-accessory-vfx-manifest.json"))
if err != nil {
t.Fatalf("read head visualeffects manifest: %v", err)
}
@@ -2314,8 +2314,8 @@ func TestBuildHAKsWritesFolderCategoryInHeadVisualeffectsAutogenManifest(t *test
},
"manifest": {
"release_tag": "head-vfx-manifest-current",
"asset_name": "sow-head-vfx-manifest.json",
"cache_name": "sow-head-vfx-manifest.json"
"asset_name": "sow-accessory-vfx-manifest.json",
"cache_name": "sow-accessory-vfx-manifest.json"
},
"accessory_visualeffects": {
"groups": {
@@ -2362,7 +2362,7 @@ func TestBuildHAKsWritesFolderCategoryInHeadVisualeffectsAutogenManifest(t *test
if _, err := BuildHAKs(p); err != nil {
t.Fatalf("build haks: %v", err)
}
headRaw, err := os.ReadFile(filepath.Join(root, "build", "sow-head-vfx-manifest.json"))
headRaw, err := os.ReadFile(filepath.Join(root, "build", "sow-accessory-vfx-manifest.json"))
if err != nil {
t.Fatalf("read head visualeffects manifest: %v", err)
}