Skip to content

Commit d5cfa40

Browse files
Merge pull request nestjs#3582 from tonyhallett/correct_test_name
test(core): correct test name
2 parents 3401389 + 41a6fdd commit d5cfa40

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
@@ -390,7 +390,7 @@ describe('RouterExecutionContext', () => {
390390
});
391391

392392
describe('when "redirectResponse" is undefined', () => {
393-
it('should not call "res.render()"', async () => {
393+
it('should not call "res.redirect()"', () => {
394394
const result = Promise.resolve('test');
395395
const response = { redirect: sinon.spy() };
396396

0 commit comments

Comments
 (0)