mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 21:47:45 +00:00
Revert "Break the unit tests to confirm that CI goes red"
This reverts commit fb6085da39.
This commit is contained in:
@@ -6,7 +6,7 @@ type HelloSayer interface {
|
||||
|
||||
type helloSayerImpl struct{}
|
||||
|
||||
func (helloSayerImpl) SayHello() string { return "goodbye" }
|
||||
func (helloSayerImpl) SayHello() string { return "hello" }
|
||||
|
||||
func NewHelloSayer() HelloSayer {
|
||||
return helloSayerImpl{}
|
||||
|
||||
Reference in New Issue
Block a user