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) {