fix(tracker): fix tests
This commit is contained in:
parent
50746b4a33
commit
eb78fb193d
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ describe('AttributeSender', () => {
|
|||
appMock = {
|
||||
send: (...args: any[]) => args,
|
||||
}
|
||||
attributeSender = new AttributeSender(appMock)
|
||||
attributeSender = new AttributeSender(appMock, false)
|
||||
})
|
||||
|
||||
afterEach(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue