Fixing gofmt issue.

This commit is contained in:
Renán Del Valle 2021-10-15 20:02:55 -07:00
parent 0ec1f87b2b
commit efd3595f76
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -822,7 +822,7 @@ func TestRealisClient_BatchAwareAutoPause(t *testing.T) {
strategy := realis.JobUpdateFromAuroraTask(job.AuroraTask()).
VariableBatchStrategy(true, updateGroups...).
InstanceCount(6).
WatchTime(time.Second*1)
WatchTime(time.Second * 1)
result, err := r.StartJobUpdate(strategy, "")
require.NoError(t, err)