chore!: remove deprecated Is() function, use Eq() instead

This commit is contained in:
2022-03-21 18:16:12 +00:00
parent 7d23d9ffb5
commit af2f565465
2 changed files with 0 additions and 16 deletions

View File

@@ -109,10 +109,6 @@ func TestEq(t *testing.T) {
}
}
func TestIs(t *testing.T) {
TestEq(t)
}
func TestID(t *testing.T) {
tests := []struct {
name string