Skip to content

Commit 49b188f

Browse files
committed
chore: fix typo.
1 parent 611eb7a commit 49b188f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func TestIsComparable(t *testing.T) {
129129
assert.Equal(isComparable([]int{1, 2, 3}), false)
130130
}
131131

132-
func TestIsMapHasKKey(t *testing.T) {
132+
func TestIsMapHasKey(t *testing.T) {
133133
assert := New(t)
134134

135135
assert.NotTrue(isMapHasKey(nil, nil))

0 commit comments

Comments
 (0)