Skip to content

Commit

Permalink
chore: remove question
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Jul 10, 2023
1 parent 530d9c3 commit ce6d92c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions extendeddatasquare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ func TestEquals(t *testing.T) {
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
assert.False(t, a.Equals(tc.other))
// Question: reflect.DeepEqual matches the behavior of Equals
// for all these test cases. Is it sufficient for clients to use
// reflect.DeepEqual and remove Equals from the API?
assert.False(t, reflect.DeepEqual(a, tc.other))
})
}
Expand Down

0 comments on commit ce6d92c

Please sign in to comment.