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 7f969283..1bc2deb1 100755 --- a/sync_worker_test.go +++ b/sync_worker_test.go @@ -206,7 +206,7 @@ func Test_Error(t *testing.T) { assert.Nil(t, res.Body) assert.Nil(t, res.Context) - assert.IsType(t, JobError{}, err) + assert.IsType(t, ExecError{}, err) assert.Equal(t, "hello", err.Error()) } |