From a0a803ac26922f0dc1a912f80e0c557048dea9c6 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 16 Oct 2023 19:41:40 +0200 Subject: [PATCH] Minor renamings --- cmd/soroban-rpc/internal/test/simulate_transaction_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go index 60efcb36e..2958ca0c2 100644 --- a/cmd/soroban-rpc/internal/test/simulate_transaction_test.go +++ b/cmd/soroban-rpc/internal/test/simulate_transaction_test.go @@ -669,7 +669,7 @@ func TestSimulateTransactionUnmarshalError(t *testing.T) { ) } -func TestSimulateTransactionBumpAndRestoreFootprint(t *testing.T) { +func TestSimulateTransactionExtendAndRestoreFootprint(t *testing.T) { test := NewTest(t) ch := jhttp.NewChannel(test.sorobanRPCURL(), nil) @@ -751,7 +751,7 @@ func TestSimulateTransactionBumpAndRestoreFootprint(t *testing.T) { initialLiveUntil := *getLedgerEntryResult.LiveUntilLedgerSeq - // bump the initial TTL + // Extend the initial TTL params = preflightTransactionParams(t, client, txnbuild.TransactionParams{ SourceAccount: &account, IncrementSequenceNum: true,