]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/shared/pg-category.service.spec.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / shared / pg-category.service.spec.ts
index 5a71c208c083629dcb69f8652f2bb07233442ce1..fa185d045dda303e1b5da09391ff4c91e8e9f9d2 100644 (file)
@@ -26,7 +26,7 @@ describe('PgCategoryService', () => {
   });
 
   describe('getTypeByStates', () => {
-    const testMethod = (value, expected) =>
+    const testMethod = (value: string, expected: string) =>
       expect(service.getTypeByStates(value)).toEqual(expected);
 
     it(PgCategory.CATEGORY_CLEAN, () => {