We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb90017 commit 65387d3Copy full SHA for 65387d3
framework/examples/myproject/quick_deploy_test.go
@@ -43,7 +43,7 @@ func TestQuickDeploy(t *testing.T) {
43
c, err := ethclient.Dial(bcSrc.Nodes[0].HostWSUrl)
44
require.NoError(t, err)
45
46
- t.Run("test some contracts with fork", func(t *testing.T) {
+ t.Run("make 100 transactions with 0s blocks then control the speed", func(t *testing.T) {
47
for i := 0; i < 100; i++ {
48
ra, err := randAddr()
49
0 commit comments