File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ func TestOptimismClientWithKeccak256Commitment(t *testing.T) {
39
39
daClientPcFalse := op_plasma .NewDAClient (ts .Address (), false , false )
40
40
41
41
// nil commitment. Should return an error but currently is not. This needs to be fixed by OP
42
- //t.Run("nil commitment case", func(t *testing.T) {
42
+ // t.Run("nil commitment case", func(t *testing.T) {
43
43
// var commit op_plasma.CommitmentData
44
44
// _, err := daClient.GetInput(ts.Ctx, commit)
45
45
// require.Error(t, err)
46
46
// assert.True(t, !isPanic(err.Error()))
47
- //})
47
+ // })
48
48
49
49
t .Run ("input bad data to SetInput & GetInput" , func (t * testing.T ) {
50
50
testPreimage := []byte ("" ) // Empty preimage
@@ -60,7 +60,7 @@ func TestOptimismClientWithKeccak256Commitment(t *testing.T) {
60
60
require .Error (t , err )
61
61
62
62
// Should not fail on slice bounds out of range. This needs to be fixed by OP.
63
- //assert.False(t, strings.Contains(err.Error(), ": EOF") && !isPanic(err.Error()))
63
+ // assert.False(t, strings.Contains(err.Error(), ": EOF") && !isPanic(err.Error()))
64
64
})
65
65
66
66
// nil commitment. Should return an error but currently not
You can’t perform that action at this time.
0 commit comments