fix linter errors

This commit is contained in:
2022-10-19 12:57:50 +02:00
parent baac74eb47
commit 90872e0c60
3 changed files with 8 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ import (
"testing"
)
func Testcontains(t *testing.T) {
func TestContains(t *testing.T) {
var tests = []struct {
list []int
search int