Skip to content

Commit

Permalink
fix(ftu-ui): ✅ Fix ftu-ui module test
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Jun 18, 2024
1 parent 1115593 commit ba03534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ftu-ui/src/app/app.module.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe('AppModule', () => {
const appModule = new AppModule(injector);
appModule.ngDoBootstrap();

const element = customElements.get('hra-ftu-wc');
const element = customElements.get('hra-ftu-ui');
expect(element).toBeTruthy();
});
});

0 comments on commit ba03534

Please sign in to comment.