1
0

Migrate src/public to web/public
All checks were successful
Build & Test WASM / build-and-test (push) Successful in 1m41s

This commit is contained in:
2026-03-16 12:38:12 +01:00
parent d5347a7093
commit 8dde08b494
17 changed files with 15 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ func TestIntegrationPatch(t *testing.T) {
}
// Read patch files from the patches zip.
patchesZipPath := "../src/public/patches/patches_4.4523646.zip"
patchesZipPath := "../web/public/patches/patches_4.4523646.zip"
patchesZip, err := os.ReadFile(patchesZipPath)
if err != nil {
t.Fatalf("could not read patches zip: %v", err)