fix tests again
This commit is contained in:
parent
9b0332d909
commit
1d0bceef51
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ func TestMain(m *testing.M) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestHelloWorld(t *testing.T) {
|
func TestHelloWorld(t *testing.T) {
|
||||||
if HelloWorld() != "hello world" {
|
if HelloWorld() != "hello, world" {
|
||||||
t.Errorf("got %s expected %s", HelloWorld(), "hello, world")
|
t.Errorf("got %s expected %s", HelloWorld(), "hello, world")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue