Remove unused constant
All checks were successful
Build / build (pull_request) Successful in 3m2s
E2E Tests / test-e2e (pull_request) Successful in 3m59s
Lint / Run golangci-lint (pull_request) Successful in 4m2s
Integration Tests / test-integration (pull_request) Successful in 2m27s
Unit Tests / test-unit (pull_request) Successful in 2m8s
All checks were successful
Build / build (pull_request) Successful in 3m2s
E2E Tests / test-e2e (pull_request) Successful in 3m59s
Lint / Run golangci-lint (pull_request) Successful in 4m2s
Integration Tests / test-integration (pull_request) Successful in 2m27s
Unit Tests / test-unit (pull_request) Successful in 2m8s
This commit is contained in:
parent
c9b33ca00a
commit
a693907548
@ -3,7 +3,6 @@ package e2e
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
"time"
|
|
||||||
|
|
||||||
"cosmossdk.io/log"
|
"cosmossdk.io/log"
|
||||||
pruningtypes "cosmossdk.io/store/pruning/types"
|
pruningtypes "cosmossdk.io/store/pruning/types"
|
||||||
@ -26,10 +25,6 @@ import (
|
|||||||
"git.vdb.to/cerc-io/laconic2d/testutil/network"
|
"git.vdb.to/cerc-io/laconic2d/testutil/network"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
|
||||||
TenSeconds = 10 * time.Second
|
|
||||||
)
|
|
||||||
|
|
||||||
// NewTestNetworkFixture returns a new LaconicApp AppConstructor for network simulation tests
|
// NewTestNetworkFixture returns a new LaconicApp AppConstructor for network simulation tests
|
||||||
func NewTestNetworkFixture() network.TestFixture {
|
func NewTestNetworkFixture() network.TestFixture {
|
||||||
dir, err := os.MkdirTemp("", "laconic")
|
dir, err := os.MkdirTemp("", "laconic")
|
||||||
|
Loading…
Reference in New Issue
Block a user