Skip to content

Commit 6ad4bd1

Browse files
author
Naman Munet
committed
mgr/dashboard: introduce details card component
fixed test case Fixes: https://tracker.ceph.com/issues/72246 Signed-off-by: Naman Munet <[email protected]>
1 parent 7cf2b5f commit 6ad4bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/frontend/src/app/shared/components/details-card/details-card.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('DetailsCardComponent', () => {
88

99
beforeEach(async () => {
1010
await TestBed.configureTestingModule({
11-
imports: [DetailsCardComponent]
11+
declarations: [DetailsCardComponent]
1212
}).compileComponents();
1313

1414
fixture = TestBed.createComponent(DetailsCardComponent);

0 commit comments

Comments
 (0)