Skip to content

Commit aa52dfa

Browse files
committed
⚠️ method receiver name matches
1 parent 5b235ce commit aa52dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/config/configfakes/fake_config2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (f *FakeConfig2) AliasEnvironment(environment, alias, caCert string) (confi
4949
}, f.AliasEnvironmentErr
5050
}
5151

52-
func (fake *FakeConfig2) UpdateConfigWithToken(environment string, t uaa.AccessToken) error {
52+
func (f *FakeConfig2) UpdateConfigWithToken(environment string, t uaa.AccessToken) error {
5353
panic("Not implemented")
5454
}
5555
func (f *FakeConfig2) UnaliasEnvironment(alias string) (config.Config, error) {

0 commit comments

Comments
 (0)