Skip to content

Commit 8490498

Browse files
clean code
Signed-off-by: YiscahLevySilas1 <[email protected]>
1 parent 75931e2 commit 8490498

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

objectsenvelopes/objectshandler_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,3 @@ func TestGetObjectType(t *testing.T) {
9696
}
9797
assert.Equal(t, workloadinterface.TypeListWorkloads, GetObjectType(listWorkloads))
9898
}
99-
100-
// // Test BaseObject
101-
// baseObject := map[string]interface{}{
102-
// "kind": "Pod",
103-
// "metadata": map[string]interface{}{
104-
// "name": "test-pod",
105-
// },
106-
// }
107-
// assert.Equal(t

0 commit comments

Comments
 (0)