Skip to content

Commit ad05c05

Browse files
committed
Fix typo in test name
1 parent b15a2bd commit ad05c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func TestContains(t *testing.T) {
2020
}
2121
}
2222

23-
func TestGroupByExitingKey(t *testing.T) {
23+
func TestGroupByExistingKey(t *testing.T) {
2424
containers := []*RuntimeContainer{
2525
&RuntimeContainer{
2626
Env: map[string]string{

0 commit comments

Comments
 (0)