Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Goldman committed Jul 13, 2023
1 parent cd578e9 commit 4a964fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/deploy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a964fe

Please sign in to comment.