summaryrefslogtreecommitdiff
path: root/sync_worker_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-09 14:51:34 +0300
committerValery Piashchynski <[email protected]>2020-11-09 14:51:34 +0300
commit83c14cbad2d7d403b08efbb3cf900df9b52b4938 (patch)
treeb084a2ca99eb7523232f477678f8aa2a82cd5812 /sync_worker_test.go
parentb7b533dbe13d2c1a8e78c0e33a4a388c56884440 (diff)
Add spiral errors
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 f93b1356..add0a066 100755
--- a/sync_worker_test.go
+++ b/sync_worker_test.go
@@ -210,7 +210,7 @@ func Test_Error(t *testing.T) {
if errors.Is(errors.Exec, err) == false {
t.Fatal("error should be of type errors.Exec")
}
- assert.Contains(t, err.Error(), "exec_payload: Exec: hello")
+ assert.Contains(t, err.Error(), "exec payload: Exec: hello")
}
func Test_NumExecs(t *testing.T) {