summaryrefslogtreecommitdiff
path: root/watcher_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 19:20:17 +0300
committerWolfy-J <[email protected]>2019-05-04 19:20:17 +0300
commit726b31008e73ab83d0582305c28a8cf62322e47a (patch)
treee83debd4f58211c5372a1b1a25399c4066d62542 /watcher_test.go
parent325fcb1819fae87699676dfe3ced21c40917b90f (diff)
cyclo fix
Diffstat (limited to 'watcher_test.go')
-rw-r--r--watcher_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher_test.go b/watcher_test.go
index 94ac591e..ac0523ac 100644
--- a/watcher_test.go
+++ b/watcher_test.go
@@ -211,6 +211,6 @@ func Test_RemoveWorkerAfterTask(t *testing.T) {
// must be replaced
assert.NotEqual(t, lastPid, fmt.Sprintf("%v", rr.Workers()[0]))
- // must not be registered withing pool
+ // must not be registered within the pool
rr.pWatcher.(*eWatcher).remove(wr, nil)
}