From ba3cd55917b4ccc2b147bc6c50ef8b446ca48cd6 Mon Sep 17 00:00:00 2001 From: skosito Date: Mon, 9 Dec 2024 19:45:34 +0100 Subject: [PATCH] fmt --- pkg/contracts/solana/inbound_test.go | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pkg/contracts/solana/inbound_test.go b/pkg/contracts/solana/inbound_test.go index b8d1354a1f..bce251d977 100644 --- a/pkg/contracts/solana/inbound_test.go +++ b/pkg/contracts/solana/inbound_test.go @@ -160,7 +160,28 @@ func Test_ParseInboundAsDepositAndCall(t *testing.T) { // solana e2e deployer account sender := "37yGiHAnLvWZUNVwu9esp74YQFqxU1qHCbABkDvRddUQ" // example contract deployed during e2e test, read from tx result - expectedReceiver := []byte{117, 160, 106, 140, 37, 135, 57, 218, 223, 226, 53, 45, 87, 151, 61, 239, 158, 231, 162, 186} + expectedReceiver := []byte{ + 117, + 160, + 106, + 140, + 37, + 135, + 57, + 218, + 223, + 226, + 53, + 45, + 87, + 151, + 61, + 239, + 158, + 231, + 162, + 186, + } expectedMsg := []byte("hello lamports") expectedDeposit := &Deposit{ Sender: sender,