Skip to content

Commit

Permalink
Code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaymondLuong3 committed Jan 9, 2025
1 parent 0e65e9f commit 5be3217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ describe('AuthService', () => {
}
}));

it('should login with branding', fakeAsync(() => {
it('should login without branding', fakeAsync(() => {
const env = new TestEnvironment();
when(mockedLocationService.origin).thenReturn('https://alternatename.org');

Expand Down

0 comments on commit 5be3217

Please sign in to comment.