diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 00:19:23 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 00:19:23 +0300 |
commit | 0f108a9964cc76260e134af72044fb469e76538c (patch) | |
tree | e6861f1bef599788f08419bd4be63bdb4e2b1c2d /sync_worker_test.go | |
parent | dd224cf8616d2196150fb7a64397eb1a9567e11b (diff) |
Fix Test_Broken
Diffstat (limited to 'sync_worker_test.go')
-rwxr-xr-x | sync_worker_test.go | 1 |
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) |