Skip to content

Commit

Permalink
change typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Dec 12, 2024
1 parent dee4f91 commit 42aacac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace-ui/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ describe('AppComponent', () => {
expect(component).toBeTruthy();
});

it('should subscribe to query params and check local strorage if not in designer environment', () => {
it('should subscribe to query params and check session strorage if not in designer environment', () => {
routingQueryParamService.isDesignerEnv.and.returnValue(false);
const params = { someParam: 'someValue' };

Expand Down

0 comments on commit 42aacac

Please sign in to comment.