Skip to content

Commit d39226b

Browse files
committed
Fix tests
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
1 parent f5b7b52 commit d39226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ppom-controller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ describe('PPOMController', () => {
159159
expect(ppom).toBeDefined();
160160
return Promise.resolve();
161161
});
162-
expect(spy).toHaveBeenCalledTimes(5);
162+
expect(spy).toHaveBeenCalledTimes(6);
163163
});
164164

165165
it('should pass instance of provider to ppom to enable it to send JSON RPC request on it', async () => {

0 commit comments

Comments
 (0)