Skip to content

Commit f1dfb45

Browse files
committed
why is a different test failing every time HELP
1 parent 6df80e1 commit f1dfb45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/components/__tests__/CheckboxActions.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ describe("CheckboxActions", () => {
88
const rows = [
99
{
1010
name: "name",
11-
kind: Kind.GitRepository,
11+
type: Kind.GitRepository,
1212
namespace: "namespace",
1313
clusterName: "clusterName",
1414
uid: "123",
1515
},
1616
{
1717
name: "name",
18-
kind: Kind.HelmRelease,
18+
type: Kind.HelmRelease,
1919
namespace: "namespace",
2020
clusterName: "clusterName",
2121
uid: "321",

0 commit comments

Comments
 (0)