diff --git a/Makefile b/Makefile index 42b7a6d..e926463 100644 --- a/Makefile +++ b/Makefile @@ -40,8 +40,8 @@ test: .PHONY: test-integration test-integration: - MODE=online go test -v -tags=integration -count=1 ./testing - MODE=offline go test -v -tags=integration ./testing + MODE=online go test -v -tags=integration -count=1 ./testing + MODE=offline go test -v -tags=integration -count=1 ./testing .PHONY: cover cover: diff --git a/testing/retry_test.go b/testing/retry_test.go index 4229a6c..7d3ebc2 100644 --- a/testing/retry_test.go +++ b/testing/retry_test.go @@ -19,6 +19,7 @@ package testing import ( "context" + "fmt" "math/rand" "regexp" "testing" @@ -62,6 +63,9 @@ func TestBlockRetry(t *testing.T) { NetworkIdentifier: config.NetworkIdentifier, }, ) + fmt.Printf("err : %v\n", err) + fmt.Printf("rosettaErr : %v\n", rosettaErr) + fmt.Printf("networkStatus: %v\n", networkStatus) currentBlock := networkStatus.CurrentBlockIdentifier request := &types.BlockRequest{