Change deprecated function
This commit is contained in:
parent
a55a8cb54f
commit
feac31a017
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ func TestVersion(t *testing.T) {
|
|||
|
||||
_, err := cli.ParseCLI(args, "test")
|
||||
|
||||
assert.ErrorType(t, err, util.ErrNotError)
|
||||
assert.ErrorIs(t, err, util.ErrNotError)
|
||||
}
|
||||
|
||||
func TestTimeout(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue