From 17a1313cec9180d91898f9eb4f0cd192d014ddce Mon Sep 17 00:00:00 2001 From: Karel Moravec Date: Mon, 6 Nov 2023 14:31:33 +0100 Subject: [PATCH] feat: lint --- datanode/sqlsubscribers/transaction_results_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datanode/sqlsubscribers/transaction_results_test.go b/datanode/sqlsubscribers/transaction_results_test.go index 26c049e0a16..3c4ea8865fb 100644 --- a/datanode/sqlsubscribers/transaction_results_test.go +++ b/datanode/sqlsubscribers/transaction_results_test.go @@ -36,9 +36,9 @@ import ( "code.vegaprotocol.io/vega/core/events" "code.vegaprotocol.io/vega/datanode/sqlsubscribers" "code.vegaprotocol.io/vega/logging" - "github.com/stretchr/testify/assert" - commandspb "code.vegaprotocol.io/vega/protos/vega/commands/v1" + + "github.com/stretchr/testify/assert" ) func TestTransactionResults(t *testing.T) {