From 456920ff100342240c23172c4b427f9e66d35523 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Fri, 1 May 2020 11:40:41 -0400 Subject: [PATCH] update test code fixed equal error --- robotgo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)