summaryrefslogtreecommitdiff
path: root/sync_worker_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-26 00:19:23 +0300
committerValery Piashchynski <[email protected]>2020-11-26 00:19:23 +0300
commit0f108a9964cc76260e134af72044fb469e76538c (patch)
treee6861f1bef599788f08419bd4be63bdb4e2b1c2d /sync_worker_test.go
parentdd224cf8616d2196150fb7a64397eb1a9567e11b (diff)
Fix Test_Broken
Diffstat (limited to 'sync_worker_test.go')
-rwxr-xr-xsync_worker_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync_worker_test.go b/sync_worker_test.go
index add0a066..ef552754 100755
--- a/sync_worker_test.go
+++ b/sync_worker_test.go
@@ -167,6 +167,7 @@ func Test_Broken(t *testing.T) {
assert.Contains(t, string(event.(WorkerEvent).Payload.([]byte)), "undefined_function()")
wg.Done()
})
+
syncWorker, err := NewSyncWorker(w)
if err != nil {
t.Fatal(err)