Break the unit tests to confirm that CI goes red
This commit is contained in:
parent
911f8736f1
commit
fb6085da39
@ -6,7 +6,7 @@ type HelloSayer interface {
|
||||
|
||||
type helloSayerImpl struct{}
|
||||
|
||||
func (helloSayerImpl) SayHello() string { return "hello" }
|
||||
func (helloSayerImpl) SayHello() string { return "goodbye" }
|
||||
|
||||
func NewHelloSayer() HelloSayer {
|
||||
return helloSayerImpl{}
|
||||
|
Loading…
Reference in New Issue
Block a user