Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 19, 2023
1 parent 09796fd commit 6fe04a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/sessionid.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ describe('Session ID manager', () => {
given.sessionIdManager.resetSessionId()
expect(given.persistence.register).toHaveBeenCalledWith({ [SESSION_ID]: [null, null, null] })
})

it('a new session id is generated when called', () => {
given('storedSessionIdData', () => [null, null, null])
expect(given.sessionIdManager._getSessionId()).toEqual([null, null, null])
Expand Down

0 comments on commit 6fe04a7

Please sign in to comment.