From e9339819072d3a9dd023d674ac4959016d895f03 Mon Sep 17 00:00:00 2001 From: Vicente Dragicevic <3252614+vdrg@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:36:00 -0300 Subject: [PATCH] Update world test snapshot --- packages/world/ts/config/v2/world.test.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/world/ts/config/v2/world.test.ts b/packages/world/ts/config/v2/world.test.ts index e253b0babc..02a67466e7 100644 --- a/packages/world/ts/config/v2/world.test.ts +++ b/packages/world/ts/config/v2/world.test.ts @@ -143,8 +143,8 @@ describe("defineWorld", () => { Example: { label: "Example", type: "table", - namespaceLabel: "", namespace: "", + namespaceLabel: "", name: "Example", tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000", schema: { @@ -164,8 +164,8 @@ describe("defineWorld", () => { Example: { label: "Example", type: "table", - namespaceLabel: "", namespace: "", + namespaceLabel: "", name: "Example", tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000", schema: { @@ -189,7 +189,7 @@ describe("defineWorld", () => { indexFilename: "index.sol", worldInterfaceName: "IWorld", worldgenDirectory: "world", - systemLibrariesDirectory: "libraries", + systemLibrariesDirectory: "systems", generateSystemLibraries: false, worldImportPath: "@latticexyz/world/src", }, @@ -244,7 +244,7 @@ describe("defineWorld", () => { } & { readonly worldInterfaceName: "IWorld" readonly worldgenDirectory: "world" - readonly systemLibrariesDirectory: "libraries" + readonly systemLibrariesDirectory: "systems" readonly generateSystemLibraries: false readonly worldImportPath: "@latticexyz/world/src" } @@ -330,8 +330,8 @@ describe("defineWorld", () => { Example: { label: "Example", type: "table", - namespaceLabel: "root", namespace: "", + namespaceLabel: "root", name: "Example", tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000", schema: { @@ -351,8 +351,8 @@ describe("defineWorld", () => { root__Example: { label: "Example", type: "table", - namespaceLabel: "root", namespace: "", + namespaceLabel: "root", name: "Example", tableId: "0x746200000000000000000000000000004578616d706c65000000000000000000", schema: { @@ -376,7 +376,7 @@ describe("defineWorld", () => { indexFilename: "index.sol", worldInterfaceName: "IWorld", worldgenDirectory: "world", - systemLibrariesDirectory: "libraries", + systemLibrariesDirectory: "systems", generateSystemLibraries: false, worldImportPath: "@latticexyz/world/src", }, @@ -431,7 +431,7 @@ describe("defineWorld", () => { } & { readonly worldInterfaceName: "IWorld" readonly worldgenDirectory: "world" - readonly systemLibrariesDirectory: "libraries" + readonly systemLibrariesDirectory: "systems" readonly generateSystemLibraries: false readonly worldImportPath: "@latticexyz/world/src" }