This commit is contained in:
Shrenuj Bansal 2022-10-18 16:50:46 -04:00
parent ad8b959880
commit 94bd4d8f3e

View File

@ -4,11 +4,12 @@ import (
"context"
"crypto/rand"
"fmt"
"github.com/filecoin-project/lotus/node/impl"
"reflect"
"testing"
"time"
"github.com/filecoin-project/lotus/node/impl"
"github.com/google/uuid"
gorpc "github.com/libp2p/go-libp2p-gorpc"
libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto"
@ -490,6 +491,8 @@ func TestChainStoreSync(t *testing.T) {
func TestGoRPCAuth(t *testing.T) {
blockTime := 1 * time.Second
kit.QuietMiningLogs()
ctx := context.Background()