Skip to content

Commit

Permalink
rpcsrv: format code
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Shaleva <[email protected]>
  • Loading branch information
AnnaShaleva committed Sep 22, 2023
1 parent 25287eb commit 8c4f978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/services/rpcsrv/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,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)
Expand All @@ -2351,7 +2351,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)
Expand Down

0 comments on commit 8c4f978

Please sign in to comment.