Skip to content

Commit

Permalink
feat: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed Apr 30, 2024
1 parent 5948649 commit f61df5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/worlds/reducer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('when handling the action to post permission type for a world name', ()
state.worldsPermissions[worldName] = worldPermissionsMock
})

it('should remove the action from loading and set the stats', () => {
it('should remove the action from loading and set the new permission', () => {
const action = postWorldPermissionsSuccess(worldName, WorldPermissionNames.Deployment, WorldPermissionType.AllowList)

expect(worldsReducer(state, action)).toEqual({
Expand Down

0 comments on commit f61df5c

Please sign in to comment.