summaryrefslogtreecommitdiff
path: root/sync_worker_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-27 15:50:57 +0300
committerGitHub <[email protected]>2020-10-27 15:50:57 +0300
commit105bde0e0c1a7c133d1daa10603ca5ce9a9ade4d (patch)
tree0d4664ef76ff6515fa965690a79dc69604eb3849 /sync_worker_test.go
parent91cf918b30938129609323ded53e190385e019a6 (diff)
parent2176584129e493e08aed158bc050070d520ee183 (diff)
Merge pull request #376 from spiral/feature/lazy-load
Feature/lazy load
Diffstat (limited to 'sync_worker_test.go')
-rwxr-xr-xsync_worker_test.go2
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())
}