mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
update test code fixed equal error
This commit is contained in:
parent
e6a1406694
commit
456920ff10
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue