From fcac380845f0f1fd0509b2806af22ed693a76585 Mon Sep 17 00:00:00 2001 From: anupsv Date: Thu, 19 Sep 2024 11:48:22 -0700 Subject: [PATCH] making the linter happy --- e2e/server_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/server_test.go b/e2e/server_test.go index d52c2a3e..12f64f17 100644 --- a/e2e/server_test.go +++ b/e2e/server_test.go @@ -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)