Skip to content

Commit 49f3ac1

Browse files
committed
chore: add missing norace tag
1 parent 2c1afb9 commit 49f3ac1

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

x/gov/client/testutil/grpc.go

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//go:build norace
2-
// +build norace
3-
41
package testutil
52

63
import (

x/upgrade/client/testutil/cli_test.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
//go:build norace
2+
// +build norace
3+
14
package testutil
25

36
import (
47
"testing"
58

6-
"github.com/line/lbm-sdk/testutil/network"
79
"github.com/stretchr/testify/suite"
10+
11+
"github.com/line/lbm-sdk/testutil/network"
812
)
913

1014
func TestIntegrationTestSuite(t *testing.T) {

x/wasm/client/testutil/cli_test.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
//go:build norace
2+
// +build norace
3+
14
package testutil
25

36
import (
4-
"github.com/stretchr/testify/suite"
57
"testing"
68

9+
"github.com/stretchr/testify/suite"
10+
711
"github.com/line/lbm-sdk/testutil/network"
812
)
913

0 commit comments

Comments
 (0)