Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teogeb committed Nov 26, 2024
1 parent ddebbf2 commit 74c4fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/test/unit/Mapping.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('Mapping', () => {
const result4 = await mapping.get('foo', 2)
expect(result3).toBe('foo2')
expect(result4).toBe('foo2')
expect(valueFactory).toHaveBeenCalledTimes(1 + 2) // two additional calls as neither of the new calls were cached
expect(valueFactory).toHaveBeenCalledTimes(1 + 2) // two additional calls as neither of the new calls was cached
})

it('concurrency', async () => {
Expand Down

0 comments on commit 74c4fba

Please sign in to comment.