Fix linting errors after #13392
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -92,6 +92,6 @@ describe('TestBackend', () => {
|
||||
features: [testModule({})],
|
||||
});
|
||||
|
||||
expect(testFn).toBeCalledWith('winning');
|
||||
expect(testFn).toHaveBeenCalledWith('winning');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user