From d0e5f62cf27d3e5c81385342c63d9f42c2eb7e2f Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Mon, 6 Aug 2018 00:25:26 +0100 Subject: Move StringSlice into the store package --- server/store/store_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/store/store_test.go') diff --git a/server/store/store_test.go b/server/store/store_test.go index d9ae325..3fd900c 100644 --- a/server/store/store_test.go +++ b/server/store/store_test.go @@ -10,7 +10,6 @@ import ( "testing" "time" - "github.com/nsheridan/cashier/server/store/types" "github.com/nsheridan/cashier/testdata" "github.com/stretchr/testify/assert" @@ -24,7 +23,7 @@ func TestParseCertificate(t *testing.T) { pub, _ := ssh.NewPublicKey(r.Public()) c := &ssh.Certificate{ KeyId: "id", - ValidPrincipals: types.StringSlice{"principal"}, + ValidPrincipals: StringSlice{"principal"}, ValidBefore: now, CertType: ssh.UserCert, Key: pub, -- cgit v1.2.3