carvel-dev / kapp

kapp is a simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label

Home Page:https://carvel.dev/kapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `TestAppKindChangeWithMetadataOutput` to a separate file

100mik opened this issue · comments

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?