Skip to content

Commit

Permalink
Minor renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Oct 16, 2023
1 parent f13f3b0 commit a0a803a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/soroban-rpc/internal/test/simulate_transaction_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a0a803a

Please sign in to comment.