update test
This commit is contained in:
parent
22ee13e641
commit
9c6f587b98
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ describe('BatchWriter', () => {
|
|||
expect(batchWriter['url']).toBe('example.com')
|
||||
expect(batchWriter['onBatch']).toBe(onBatchMock)
|
||||
// we add tab id as first in the batch
|
||||
expect(batchWriter['nextIndex']).toBe(1)
|
||||
expect(batchWriter['nextIndex']).toBe(2)
|
||||
expect(batchWriter['beaconSize']).toBe(200000)
|
||||
expect(batchWriter['encoder']).toBeDefined()
|
||||
expect(batchWriter['sizeBuffer']).toHaveLength(3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue