From e6ac59fd3d3eca51cc732dd5dc33942be79ffb9b Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Sat, 5 Jun 2021 13:15:25 +0200 Subject: fixed mock path --- trillian/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trillian/client_test.go b/trillian/client_test.go index efb31ba..e9f1ff5 100644 --- a/trillian/client_test.go +++ b/trillian/client_test.go @@ -9,7 +9,7 @@ import ( "github.com/golang/mock/gomock" "github.com/google/trillian" ttypes "github.com/google/trillian/types" - "github.com/system-transparency/stfe/trillian/mocks" + "github.com/system-transparency/stfe/mocks" "github.com/system-transparency/stfe/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" -- cgit v1.2.3