diff options
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) |