From 0b2a24903eaff1128dde9388968532eda828a5a3 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sat, 2 May 2026 10:54:50 +0200 Subject: [PATCH] Update test description for foliage render batches --- tests/domain/foliage-render-batches.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/domain/foliage-render-batches.test.ts b/tests/domain/foliage-render-batches.test.ts index e6299cce..afdf721a 100644 --- a/tests/domain/foliage-render-batches.test.ts +++ b/tests/domain/foliage-render-batches.test.ts @@ -236,7 +236,7 @@ describe("foliage render batch helpers", () => { ); }); - it("ignores prototypes that do not have a bundled LOD0 render source", () => { + it("ignores prototypes that do not have a bundled render source", () => { const projectPrototype = createProjectAssetPrototype(); const batches = createFoliageRenderBatches( createScatter([createInstance({ prototypeId: projectPrototype.id })]),