Skip to content

Commit

Permalink
Merge pull request #11641 from qmonmert/typo261224v2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
murdos authored Dec 27, 2024
2 parents dacd3a1 + 3e48444 commit a9f87fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('LoginComponent', () => {
oauth2AuthService = TestBed.inject(Oauth2AuthService);
});

it('should logout on click on logout button', () => {
it('should log out on click on logout button', () => {
jest.spyOn(oauth2AuthService, 'logout').mockImplementation();
const logoutButton = fixture.debugElement.query(By.css('#btn-logout')).nativeElement as HTMLElement;
Expand Down

0 comments on commit a9f87fd

Please sign in to comment.