Skip to content

Commit 937d2c0

Browse files
committed
Fix unit tests
1 parent b779944 commit 937d2c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/core/Engine/controllers/snaps/snap-controller-init.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ describe('SnapControllerInit', () => {
6767
getMnemonicSeed: expect.any(Function),
6868
maxIdleTime: expect.any(Number),
6969
preinstalledSnaps: expect.any(Array),
70+
trackEvent: expect.any(Function),
7071
});
7172
});
7273

0 commit comments

Comments
 (0)