diff --git a/visualization/app/codeCharta/ui/searchPanel/mapTreeView/mapTreeViewItemName/mapTreeViewItemName.component.spec.ts b/visualization/app/codeCharta/ui/searchPanel/mapTreeView/mapTreeViewItemName/mapTreeViewItemName.component.spec.ts index 6a320a4818..5000e85238 100644 --- a/visualization/app/codeCharta/ui/searchPanel/mapTreeView/mapTreeViewItemName/mapTreeViewItemName.component.spec.ts +++ b/visualization/app/codeCharta/ui/searchPanel/mapTreeView/mapTreeViewItemName/mapTreeViewItemName.component.spec.ts @@ -24,7 +24,7 @@ describe("mapTreeViewItemNameComponent", () => { }) }) - it("shouldn't have class 'noAreaMetric' when node's area metric is bigger than 0", async () => { + it("should not have class 'noAreaMetric' when node's area metric is bigger than 0", async () => { const { container } = await render(MapTreeViewItemNameComponent, { excludeComponentDeclaration: true, componentProperties: { @@ -36,7 +36,7 @@ describe("mapTreeViewItemNameComponent", () => { expect(nodeNameWrapper.classList).not.toContain("noAreaMetric") }) - it("shouldn't have class 'noAreaMetric' when node's delta area metric is smaller than 0", async () => { + it("should not have class 'noAreaMetric' when node's delta area metric is smaller than 0", async () => { const { container } = await render(MapTreeViewItemNameComponent, { excludeComponentDeclaration: true, componentProperties: {