From d1d04676e9c0c23cd36fda1733a14dcaa76ec926 Mon Sep 17 00:00:00 2001
From: Sebastian Malton
Date: Mon, 27 Feb 2023 14:14:54 -0500
Subject: [PATCH] Fix spelling mistake in describe
Signed-off-by: Sebastian Malton
---
.../catalog/__snapshots__/custom-columns.test.tsx.snap | 6 +++---
packages/core/src/features/catalog/custom-columns.test.tsx | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/packages/core/src/features/catalog/__snapshots__/custom-columns.test.tsx.snap b/packages/core/src/features/catalog/__snapshots__/custom-columns.test.tsx.snap
index ae238a45ae..3b242d0767 100644
--- a/packages/core/src/features/catalog/__snapshots__/custom-columns.test.tsx.snap
+++ b/packages/core/src/features/catalog/__snapshots__/custom-columns.test.tsx.snap
@@ -569,7 +569,7 @@ exports[`custom category columns for catalog renders 1`] = `
`;
-exports[`custom category columns for catalog when category is added using default colemns when an extension is registered with additional custom columns when the Test category tab is clicked renders 1`] = `
+exports[`custom category columns for catalog when category is added using default columns when an extension is registered with additional custom columns when the Test category tab is clicked renders 1`] = `
`;
-exports[`custom category columns for catalog when category is added using default colemns when the Test category tab is clicked renders 1`] = `
+exports[`custom category columns for catalog when category is added using default columns when the Test category tab is clicked renders 1`] = `
{
expect(renderResult.queryByTestId("catalog-source-column")).toBeInTheDocument();
});
- describe("when category is added using default colemns", () => {
+ describe("when category is added using default columns", () => {
beforeEach(() => {
const catalogCategoryRegistry = builder.applicationWindow.only.di.inject(catalogCategoryRegistryInjectable);