Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 8588959

Browse files
committed
Fix test name for NotDeepEqual
1 parent c4b6101 commit 8588959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f/obj_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TestObj(t *testing.T) {
3333
})
3434
})
3535

36-
t.Run("NotDeepEq", func(t *testing.T) {
36+
t.Run("NotDeepEqual", func(t *testing.T) {
3737
t.Run("Passed", func(t *testing.T) {
3838
want := A{Str: "string", Bool: true, Slice: []int{1, 2, 3}}
3939
got := A{Str: "wrong", Bool: true, Slice: []int{1, 3}}

0 commit comments

Comments
 (0)