Update letter_test.go

This commit is contained in:
Eugene Kravchenko 2021-02-19 09:55:32 +00:00 committed by Arseny Balobanov
parent 641ddb9e37
commit 2fcdfb352f

View file

@ -17,7 +17,7 @@ type testCase struct {
expected string
}
func TestSpell(t *testing.T) {
func TestLetter(t *testing.T) {
const (
testUser = "gopher"
gitlabGroupID = "go-spring-2021"