mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-30 22:13:54 +00:00
update test code fixed equal error
This commit is contained in:
parent
e6a1406694
commit
456920ff10
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user