Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 22, 2023
1 parent 739f6fe commit 5f56fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/core/buffer/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('PreInitMethodCallBuffer', () => {
expect(buffer.getCalls(call1.method)).toEqual([call1])
})

it('should add method calls if method calls exist', async () => {
it('should not conflict with pre-existing method calls', async () => {
const call1 = new PreInitMethodCall('identify', [], jest.fn())
const buffer = new PreInitMethodCallBuffer(call1)
const call2 = new PreInitMethodCall('identify', [], jest.fn())
Expand Down

0 comments on commit 5f56fed

Please sign in to comment.