Skip to content

Commit 3388e77

Browse files
committed
test(core): correct test name
1 parent 36d5a81 commit 3388e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ describe('RouterExecutionContext', () => {
368368
});
369369

370370
describe('when "redirectResponse" is undefined', () => {
371-
it('should not call "res.render()"', () => {
371+
it('should not call "res.redirect()"', () => {
372372
const result = Promise.resolve('test');
373373
const response = { redirect: sinon.spy() };
374374

0 commit comments

Comments
 (0)