kapp
kapp copied to clipboard
Move `TestAppKindChangeWithMetadataOutput` to a separate file
Today TestAppKindChangeWithMetadataOutput resides in app_change_test.go.
However, it does not have anything to do with the app-change command group.
This should be moved to a separate file (maybe app_metadata_output_test.go)
A quick snack for someone looking to contribute!
Is this still required? app_metadata_output_test.go doesn't seem to exist was it renamed?