Skip to content

Commit

Permalink
Update cli/command/service/update_test.go
Browse files Browse the repository at this point in the history
Co-Authored-By: olljanat <[email protected]>
  • Loading branch information
thaJeztah and olljanat authored Feb 22, 2019
1 parent 1d82057 commit ad63169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/service/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -826,5 +826,5 @@ func TestUpdateMaxReplicas(t *testing.T) {
err := updateService(ctx, nil, flags, &svc)
assert.NilError(t, err)

assert.Check(t, is.DeepEqual(svc.TaskTemplate.Placement, &swarm.Placement{MaxReplicas: uint64(2)}))
assert.DeepEqual(t, svc.TaskTemplate.Placement, &swarm.Placement{MaxReplicas: uint64(2)})
}

0 comments on commit ad63169

Please sign in to comment.