Skip to content

Commit eb233d9

Browse files
Update sample/19-auth-jwt/src/auth/auth.service.spec.ts
1 parent b8e552b commit eb233d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/19-auth-jwt/src/auth/auth.service.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('validateUser', () => {
6161
});
6262
});
6363

64-
describe('ValidateLogin', () => {
64+
describe('validateLogin', () => {
6565
let service: AuthService;
6666

6767
beforeEach(async () => {

0 commit comments

Comments
 (0)