Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
updated service test
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleAxe committed Sep 29, 2023
1 parent 5de589f commit fe6ad3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/WhereIsThePower/src/app/authentication/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ describe('AuthService', () => {
it('should log in a user', () => {
const user: User = {
authType: '',
email: '',
password: '',
firstName: '',
lastName: ''
email: 'andy@gmail.com',
password: 'Helloworld123',
firstName: 'andy',
lastName: 'vis'
};

authService.loginUser(user).subscribe((response) => {
Expand Down

0 comments on commit fe6ad3a

Please sign in to comment.