Skip to content

Commit 4fe700c

Browse files
nilsgstraboCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f94e2ec commit 4fe700c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/slice/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func Test_FindFirst(t *testing.T) {
127127
assert.Nil(t, foundPtr)
128128
}
129129

130-
func Test_ArrayEqualElements(t *testing.T) {
130+
func Test_ElementsMatch(t *testing.T) {
131131
t.Run("both nil", func(t *testing.T) {
132132
assert.True(t, slice.ElementsMatch[[]string](nil, nil))
133133
})

0 commit comments

Comments
 (0)