1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix spelling mistake in describe

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-02-27 14:14:54 -05:00
parent b6b1fef438
commit d1d04676e9
2 changed files with 4 additions and 4 deletions

View File

@ -569,7 +569,7 @@ exports[`custom category columns for catalog renders 1`] = `
</body>
`;
exports[`custom category columns for catalog when category is added using default colemns renders 1`] = `
exports[`custom category columns for catalog when category is added using default columns renders 1`] = `
<body>
<div>
<div
@ -1169,7 +1169,7 @@ exports[`custom category columns for catalog when category is added using defaul
</body>
`;
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`] = `
<body>
<div>
<div
@ -1759,7 +1759,7 @@ exports[`custom category columns for catalog when category is added using defaul
</body>
`;
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`] = `
<body>
<div>
<div

View File

@ -48,7 +48,7 @@ describe("custom category columns for catalog", () => {
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);