(obj deploy.KubeObject)
| 387 | } |
| 388 | |
| 389 | func testClearTypeInfo(obj deploy.KubeObject) { |
| 390 | obj.GetObjectKind().SetGroupVersionKind(nil) |
| 391 | } |
| 392 | |
| 393 | func testCompareEntity(t *testing.T, expected, actual entity.Entity) bool { |
| 394 | assert.Equal(t, expected.Source(), actual.Source(), "sources should match") |
no outgoing calls
no test coverage detected