X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy%2Fpolicy-instance%2Fpolicy-instance.component.spec.ts;h=7060cc9a5053a980221154ef492b720b1804753a;hb=75f920d496ae90fe09ed16e9d94d0a3c3bb431c0;hp=4a5004687a66e481cd96b3f37128ec044537abb1;hpb=c67856a7992d1884db7315c7a58ffff5e9c97535;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.spec.ts b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.spec.ts index 4a50046..7060cc9 100644 --- a/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.spec.ts +++ b/webapp-frontend/src/app/policy/policy-instance/policy-instance.component.spec.ts @@ -517,7 +517,7 @@ describe("PolicyInstanceComponent", () => { }); describe("#truncate data", () => { - fit("should verify that data is correctly truncated when needed", async () => { + it("should verify that data is correctly truncated when needed", async () => { policyServiceSpy.getPolicyInstancesByType.and.returnValue( of(policyInstances) );