Commit 49f3ac1 1 parent 2c1afb9 commit 49f3ac1 Copy full SHA for 49f3ac1
File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
- //go:build norace
2
- // +build norace
3
-
4
1
package testutil
5
2
6
3
import (
Original file line number Diff line number Diff line change
1
+ //go:build norace
2
+ // +build norace
3
+
1
4
package testutil
2
5
3
6
import (
4
7
"testing"
5
8
6
- "github.com/line/lbm-sdk/testutil/network"
7
9
"github.com/stretchr/testify/suite"
10
+
11
+ "github.com/line/lbm-sdk/testutil/network"
8
12
)
9
13
10
14
func TestIntegrationTestSuite (t * testing.T ) {
Original file line number Diff line number Diff line change
1
+ //go:build norace
2
+ // +build norace
3
+
1
4
package testutil
2
5
3
6
import (
4
- "github.com/stretchr/testify/suite"
5
7
"testing"
6
8
9
+ "github.com/stretchr/testify/suite"
10
+
7
11
"github.com/line/lbm-sdk/testutil/network"
8
12
)
9
13
You can’t perform that action at this time.
0 commit comments