Update test case to assert targetable property is true after JSON serialization
This commit is contained in:
@@ -2704,7 +2704,7 @@ describe("scene document JSON", () => {
|
||||
});
|
||||
expect(migratedDocument.entities[silentNpc.id]).toMatchObject({
|
||||
kind: "npc",
|
||||
targetable: false
|
||||
targetable: true
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user