We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23be75d commit 96cd7c8Copy full SHA for 96cd7c8
action/protocol/multichain/subchain/protocol_test.go
@@ -9,7 +9,6 @@ package subchain
9
import (
10
"context"
11
"math/big"
12
- "strings"
13
"testing"
14
15
"github.com/golang/mock/gomock"
@@ -42,9 +41,6 @@ func TestValidateDeposit(t *testing.T) {
42
41
var depositIndex DepositIndex
43
require.NoError(t, ws.PutState(depositAddress(10000), &depositIndex))
44
bc.GetFactory().Commit(ws)
45
-
46
- assert.True(t, strings.Contains(err.Error(), "is already confirmed"))
47
48
}
49
50
func TestMutateDeposit(t *testing.T) {
0 commit comments