[Process] Fix typo

pull/775/head
TakayukiB Goto 5 years ago
parent a93796494b
commit 9c6cedb822

@ -249,7 +249,7 @@ func Test_Process_Groups(t *testing.T) {
v, err := p.Groups()
skipIfNotImplementedErr(t, err)
if err != nil {
t.Errorf("geting groups error %v", err)
t.Errorf("getting groups error %v", err)
}
if len(v) <= 0 || v[0] < 0 {
t.Errorf("invalid Groups: %v", v)

Loading…
Cancel
Save