From 4a964fec6e097717c91f2061432e111dc913afbb Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Thu, 13 Jul 2023 11:11:12 -0300 Subject: [PATCH] fix --- test/integration/deploy.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/deploy.spec.ts b/test/integration/deploy.spec.ts index 3da1c2d0..37d1c6e4 100644 --- a/test/integration/deploy.spec.ts +++ b/test/integration/deploy.spec.ts @@ -115,7 +115,7 @@ test('deployment of skybox works', function ({ components }) { const response = (await contentClient.deploy({ files, entityId, authChain })) as Response expect(await response.json()).toMatchObject({ message: - 'Your skybox was deployed to a Worlds Content Server!\nIt can be referenced in Worlds deployed here using the urn: urn:decentraland:skybox:forest' + 'Your skybox was deployed to the Worlds Content Server!\nIt can be referenced in Worlds deployed on the same server using the urn: urn:decentraland:skybox:forest' }) expect(await storage.exist(fileHash)).toEqual(true)