test
This commit is contained in:
@@ -11,7 +11,7 @@ type HelmStatus struct {
|
||||
}
|
||||
|
||||
func (this *HelmStatus) New(bin string) {
|
||||
this.command = RealHelmCommandStatus{bin: bin}
|
||||
this.command = RealHelmCommand{Bin: bin}
|
||||
}
|
||||
|
||||
func (this *HelmStatus) NewMock(mock HelmCommandInterface) {
|
||||
|
Reference in New Issue
Block a user