Skip to content

Commit

Permalink
change test to hello
Browse files Browse the repository at this point in the history
  • Loading branch information
kpenfound committed May 24, 2024
1 parent 2c0ff21 commit 030dea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func TestGreeting(t *testing.T) {
g := greeting()
should := "{\"greeting\":\"Greetings Daggernauts!\"}"
should := "{\"greeting\":\"Hello Daggernauts!\"}"

assert.Equal(t, should, g)
}

0 comments on commit 030dea4

Please sign in to comment.