diff --git a/tests/lastword_test/main.go b/tests/lastword_test/main.go index 6c9dd03a..f7b90110 100644 --- a/tests/lastword_test/main.go +++ b/tests/lastword_test/main.go @@ -33,7 +33,7 @@ func main() { got := student.LastWord(tc.in) if !reflect.DeepEqual(got, tc.want) { log.Fatalf("%s(%q) == %q instead of %q\n", - "RevConcatAlternate", + "LastWord", tc.in, got, tc.want,