Skip to content

Commit 96cd7c8

Browse files
committed
x
1 parent 23be75d commit 96cd7c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action/protocol/multichain/subchain/protocol_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ package subchain
99
import (
1010
"context"
1111
"math/big"
12-
"strings"
1312
"testing"
1413

1514
"github.com/golang/mock/gomock"
@@ -42,9 +41,6 @@ func TestValidateDeposit(t *testing.T) {
4241
var depositIndex DepositIndex
4342
require.NoError(t, ws.PutState(depositAddress(10000), &depositIndex))
4443
bc.GetFactory().Commit(ws)
45-
46-
assert.True(t, strings.Contains(err.Error(), "is already confirmed"))
47-
4844
}
4945

5046
func TestMutateDeposit(t *testing.T) {

0 commit comments

Comments
 (0)