diff options
Diffstat (limited to 'sync_worker_test.go')
-rwxr-xr-x | sync_worker_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync_worker_test.go b/sync_worker_test.go index ef552754..df3222d8 100755 --- a/sync_worker_test.go +++ b/sync_worker_test.go @@ -167,7 +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) |