Update letter_test.go
This commit is contained in:
parent
641ddb9e37
commit
2fcdfb352f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue