Skip to content

Commit ab94ebc

Browse files
committed
fix: renamed field asset in test
1 parent 2040797 commit ab94ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fission/src/test/mirabuf/FieldMiraEditor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe("Devtool Scoring Zones Caching Tests", () => {
148148

149149
describe("Asset tests", () => {
150150
test("FRC Field 2018_v13 has spawn locations", async () => {
151-
const file = await MirabufCachingService.cacheRemote("/api/mira/Fields/FRC Field 2018_v13.mira", MiraType.FIELD)
151+
const file = await MirabufCachingService.cacheRemote("/api/mira/fields/FRC Field 2018_v13.mira", MiraType.FIELD)
152152
.then(x => MirabufCachingService.get(x!.hash))
153153
.catch(e => {
154154
console.error("Could not get mirabuf file", e)

0 commit comments

Comments
 (0)