auto-git:
[change] src/viewport-three/viewport-host.ts [change] tests/domain/build-runtime-scene.test.ts [change] tests/domain/custom-material.command.test.ts [change] tests/domain/delete-project-asset.test.ts [change] tests/domain/scene-document-validation.test.ts [change] tests/serialization/project-document-json.test.ts [change] tests/serialization/project-package.test.ts [change] tests/serialization/scene-document-json.test.ts [change] tests/unit/whitebox-material-inspector.integration.test.tsx
This commit is contained in:
@@ -140,9 +140,7 @@ describe("validateSceneDocument", () => {
|
||||
id: "asset-invalid-material-map-hdr",
|
||||
sourceName: "studio.hdr",
|
||||
mimeType: "image/vnd.radiance",
|
||||
storageKey: createProjectAssetStorageKey(
|
||||
"asset-invalid-material-map-hdr"
|
||||
)
|
||||
storageKey: createProjectAssetStorageKey("asset-invalid-material-map-hdr")
|
||||
};
|
||||
const audioAsset: AudioAssetRecord = {
|
||||
id: "asset-invalid-material-map-audio",
|
||||
|
||||
Reference in New Issue
Block a user