Skip to content

Commit 5ea2583

Browse files
committed
fix: remove duplicate import paths
1 parent ad8aabb commit 5ea2583

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

evidence/pool_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package evidence_test
22

33
import (
4-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
4+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55
"os"
66
"testing"
77
"time"

evidence/verify_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package evidence_test
22

33
import (
44
"bytes"
5-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
5+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66
"testing"
77
"time"
88

light/helpers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package light_test
22

33
import (
4-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
4+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55
"time"
66

77
"github.com/KYVENetwork/cometbft/v37/crypto"

light/store/db/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package db
22

33
import (
4-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
4+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
55
"sync"
66
"testing"
77
"time"

state/execution_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package state_test
33
import (
44
"context"
55
"errors"
6-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
6+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
77
"testing"
88
"time"
99

state/rollback_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package state_test
22

33
import (
44
"crypto/rand"
5-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
5+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66
"testing"
77
"time"
88

statesync/syncer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package statesync
22

33
import (
44
"errors"
5-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
5+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
66
"testing"
77
"time"
88

store/store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"bytes"
55
"encoding/json"
66
"fmt"
7-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
7+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
88
stdlog "log"
99
"os"
1010
"runtime/debug"

test/e2e/runner/evidence.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"context"
66
"errors"
77
"fmt"
8-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
8+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
99
"math/rand"
1010
"os"
1111
"path/filepath"

types/block_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
// number generator here and we can run the tests a bit faster
66
"crypto/rand"
77
"encoding/hex"
8-
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/v37/version"
8+
cmtversion "github.com/KYVENetwork/cometbft/v37/proto/cometbft/v37/version"
99
"math"
1010
"os"
1111
"reflect"

0 commit comments

Comments
 (0)