Skip to content

Commit

Permalink
test: set no-race for cli_test
Browse files Browse the repository at this point in the history
  • Loading branch information
dongsam committed Sep 16, 2021
1 parent 6a52010 commit 66462ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/farming/client/cli/cli_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build norace

package cli_test

import (
Expand All @@ -20,8 +22,6 @@ import (
farmingtypes "github.com/tendermint/farming/x/farming/types"
)

// // +build norace

type IntegrationTestSuite struct {
suite.Suite

Expand Down

0 comments on commit 66462ed

Please sign in to comment.