Commit 76b70ec7 authored by Brad Bowman's avatar Brad Bowman

gofmt -s

parent 3bc7c44f
...@@ -79,8 +79,8 @@ func TestFakeClient_ReleaseStatus(t *testing.T) { ...@@ -79,8 +79,8 @@ func TestFakeClient_ReleaseStatus(t *testing.T) {
name: "Get a single release that exists from list", name: "Get a single release that exists from list",
fields: fields{ fields: fields{
Rels: []*release.Release{ Rels: []*release.Release{
&release.Release{Name: "angry-dolphin", Namespace: "default"}, {Name: "angry-dolphin", Namespace: "default"},
&release.Release{Name: "trepid-tapir", Namespace: "default"}, {Name: "trepid-tapir", Namespace: "default"},
releasePresent, releasePresent,
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment