Skip to content

Commit

Permalink
making the linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Sep 19, 2024
1 parent 6689c7a commit fcac380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ func TestOpClientKeccak256MalformedInputs(t *testing.T) {

// nil commitment. Should return an error but currently is not. This needs to be fixed by OP
// Ref: https://github.com/ethereum-optimism/optimism/issues/11987
//daClient := op_plasma.NewDAClient(ts.Address(), false, true)
//t.Run("nil commitment case", func(t *testing.T) {
// daClient := op_plasma.NewDAClient(ts.Address(), false, true)
// t.Run("nil commitment case", func(t *testing.T) {
// var commit op_plasma.CommitmentData
// _, err := daClient.GetInput(ts.Ctx, commit)
// require.Error(t, err)
// assert.True(t, !isPanic(err.Error()))
//})
// })

daClientPcFalse := op_plasma.NewDAClient(ts.Address(), false, false)

Expand Down

0 comments on commit fcac380

Please sign in to comment.