Skip to content

Commit

Permalink
style: Convert space to tab for indentation and use singlequotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zak39 committed Nov 5, 2024
1 parent b4e581e commit 0406dd5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/tests/unit/workspaceContent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,17 @@ describe('Creating spaces with different entries', () => {
gid: 'SPACE-U-421',
},
},
quota: -3,
size: 0,
acl: true,
manage: [
{
type: "group",
id: "SPACE-GE-421",
displayname: "WM-Sri_Lanka"
}
],
statuscode: 201
quota: -3,
size: 0,
acl: true,
manage: [
{
type: 'group',
id: 'SPACE-GE-421',
displayname: 'WM-Sri_Lanka'
}
],
statuscode: 201
},
})

Expand Down

0 comments on commit 0406dd5

Please sign in to comment.