From e6b4fbc999420de06e0c0a0dc590b03bf8bf0ef5 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Wed, 20 Sep 2023 16:33:37 +0300 Subject: [PATCH] rpcsrv: format code Signed-off-by: Anna Shaleva --- pkg/services/rpcsrv/server_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/services/rpcsrv/server_test.go b/pkg/services/rpcsrv/server_test.go index d2793b6da..8774184f5 100644 --- a/pkg/services/rpcsrv/server_test.go +++ b/pkg/services/rpcsrv/server_test.go @@ -2333,7 +2333,7 @@ func TestNotaryRequestRPC(t *testing.T) { submitNotaryRequest(t, false, 0, str)(t) t.Run("nonempty pool", func(t *testing.T) { - //get notary pool & check tx hashes + // get notary pool & check tx hashes body := doRPCCallOverHTTP(rpcPool, httpSrv.URL, t) res := checkErrGetResult(t, body, false, 0) actual := new(result.RawNotaryPool) @@ -2353,7 +2353,7 @@ func TestNotaryRequestRPC(t *testing.T) { submitNotaryRequest(t, false, 0, str2)(t) t.Run("pool with 2", func(t *testing.T) { - //get notary pool & check tx hashes + // get notary pool & check tx hashes body := doRPCCallOverHTTP(rpcPool, httpSrv.URL, t) res := checkErrGetResult(t, body, false, 0) actual := new(result.RawNotaryPool)