From 4ed4575802f019ff5001aab9e7ec0462bf8ebd8b Mon Sep 17 00:00:00 2001 From: Louis Ruch Date: Wed, 16 Feb 2022 15:52:37 -0800 Subject: [PATCH] chore(fmt): make fmt --- internal/host/plugin/repository_host_set_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/host/plugin/repository_host_set_test.go b/internal/host/plugin/repository_host_set_test.go index fb7cf3020b..3fbbf7fa05 100644 --- a/internal/host/plugin/repository_host_set_test.go +++ b/internal/host/plugin/repository_host_set_test.go @@ -1236,7 +1236,8 @@ func TestRepository_UpdateSet(t *testing.T) { checkUpdateSetRequestNewPreferredEndpointsNil(), checkUpdateSetRequestPersistedSecrets(map[string]interface{}{ "one": "two", - })} { + }), + } { check(t, req) } return &plgpb.OnUpdateSetResponse{}, nil @@ -1266,7 +1267,6 @@ func TestRepository_UpdateSet(t *testing.T) { } func TestRepository_UpdateSet_UnsetEmptyPreferredEndpoint(t *testing.T) { - } func TestRepository_LookupSet(t *testing.T) {