1
This commit is contained in:
@@ -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 joseph" {
|
||||||
t.Errorf("got %s expected %s", HelloWorld(), "hello world")
|
t.Errorf("got %s expected %s", HelloWorld(), "hello world")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user