Skip to content

Commit 2c23a7c

Browse files
Update router-execution-context.spec.ts
1 parent 5a8e9f0 commit 2c23a7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/core/test/router/router-execution-context.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ describe('RouterExecutionContext', () => {
9393
let tryActivateStub;
9494
beforeEach(() => {
9595
instance = { foo: 'bar' };
96+
9697
const canActivateFn = contextCreator.createGuardsFn([1], null, null);
9798
sinon.stub(contextCreator, 'createGuardsFn').returns(canActivateFn);
9899
tryActivateStub = sinon

0 commit comments

Comments
 (0)