@ -26,7 +26,7 @@ func NotEqual[T comparable](t testing.TB, a T, b T) {
}
// DeepEqual asserts that the two parameters are deeply equal.
funcDeepEqual[Tcomparable](ttesting.TB,aT,bT){
funcDeepEqual[Tany](ttesting.TB,aT,bT){
ifreflect.DeepEqual(a,b){
return
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.