Browse Source

fix linter warnings

release/v0.33.4
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
b79602981a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      evidence/store_test.go
  2. +1
    -1
      types/proto3_test.go
  3. +1
    -1
      types/protobuf_test.go

+ 1
- 1
evidence/store_test.go View File

@ -1,11 +1,11 @@
package evidence
import (
"github.com/stretchr/testify/require"
"testing"
"time"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
dbm "github.com/tendermint/tm-db"
"github.com/tendermint/tendermint/types"


+ 1
- 1
types/proto3_test.go View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
"github.com/stretchr/testify/assert"
"github.com/tendermint/tendermint/types/proto3"


+ 1
- 1
types/protobuf_test.go View File

@ -4,7 +4,7 @@ import (
"testing"
"time"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" // nolint: staticcheck // still used by gogoproto
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"


Loading…
Cancel
Save