diff --git a/tests/domain/entity.command.test.ts b/tests/domain/entity.command.test.ts index c1557da0..5a3607c3 100644 --- a/tests/domain/entity.command.test.ts +++ b/tests/domain/entity.command.test.ts @@ -13,8 +13,10 @@ describe("typed entity upsert command", () => { y: 2, z: 3 }, - radius: 5, - gain: 0.5 + audioAssetId: null, + volume: 0.5, + refDistance: 5, + maxDistance: 12 }); store.setToolMode("box-create");