mirror of
https://github.com/romdo/gomockctx.git
synced 2026-02-19 08:06:40 +00:00
chore!: remove deprecated Is() function, use Eq() instead
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user