Skip to content

Commit 65387d3

Browse files
committed
change name
1 parent eb90017 commit 65387d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/examples/myproject/quick_deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestQuickDeploy(t *testing.T) {
4343
c, err := ethclient.Dial(bcSrc.Nodes[0].HostWSUrl)
4444
require.NoError(t, err)
4545

46-
t.Run("test some contracts with fork", func(t *testing.T) {
46+
t.Run("make 100 transactions with 0s blocks then control the speed", func(t *testing.T) {
4747
for i := 0; i < 100; i++ {
4848
ra, err := randAddr()
4949
require.NoError(t, err)

0 commit comments

Comments
 (0)