Skip to content

Commit

Permalink
cli/compose/convert/service_test.go:274:72: unnecessary conversion (u…
Browse files Browse the repository at this point in the history
…nconvert)

Signed-off-by: Silvin Lubecki <[email protected]>
  • Loading branch information
silvin-lubecki authored and thaJeztah committed Oct 31, 2019
1 parent 6047259 commit c237379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/compose/convert/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func TestConvertServiceNetworksCustomDefault(t *testing.T) {
}

assert.NilError(t, err)
assert.Check(t, is.DeepEqual(expected, []swarm.NetworkAttachmentConfig(configs)))
assert.Check(t, is.DeepEqual(expected, configs))
}

func TestConvertDNSConfigEmpty(t *testing.T) {
Expand Down

0 comments on commit c237379

Please sign in to comment.