diff --git a/robotgo_test.go b/robotgo_test.go index 8145e31..e1ef785 100644 --- a/robotgo_test.go +++ b/robotgo_test.go @@ -159,7 +159,7 @@ func TestPs(t *testing.T) { ps, e := Process() tt.Not(t, "[]", ps) tt.IsType(t, "[]robotgo.Nps", ps) - tt.Nil(t, err) + tt.Nil(t, e) b, e := PidExists(id[0]) tt.Bool(t, b)