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 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) { |