Skip to content

Commit

Permalink
fix: 🚨 fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: thanhpp <[email protected]>
  • Loading branch information
thanhpp committed Jul 11, 2024
1 parent 828789b commit 6f005e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/mev/pkg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package mev_test

import (
"encoding/json"
"fmt"
"testing"

"github.com/KyberNetwork/tradinglib/pkg/mev"
Expand All @@ -19,6 +18,6 @@ func TestUnmarshalSendBundleResponse1(t *testing.T) {
for _, raw := range raws {
var resp mev.SendBundleResponse
require.NoError(t, json.Unmarshal([]byte(raw), &resp))
fmt.Printf("%+v\n", resp)
t.Logf("%+v\n", resp)
}
}

0 comments on commit 6f005e1

Please sign in to comment.