We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2411d42 commit e94ceaeCopy full SHA for e94ceae
projects/coreui/angular/src/lib/sidebar/app-sidebar.service.spec.ts
@@ -6,7 +6,7 @@ describe('AppSidebarService', () => {
6
beforeEach(() => TestBed.configureTestingModule({}));
7
8
it('should be created', () => {
9
- const service: AppSidebarService = TestBed.get(AppSidebarService);
+ const service: AppSidebarService = TestBed.inject(AppSidebarService);
10
expect(service).toBeTruthy();
11
});
12
0 commit comments