Skip to content

Commit

Permalink
Update test/unit/server/soroban/assembled_transaction_test.js
Browse files Browse the repository at this point in the history
fix name

Co-authored-by: Chad Ostrowski <[email protected]>
  • Loading branch information
BlaineHeffron and chadoh committed May 29, 2024
1 parent 89f9f8c commit a5fe964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server/soroban/assembled_transaction_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const { Server, AxiosClient, parseRawSimulation } = StellarSdk.rpc;
const randomSecret = Keypair.random().secret();
const restoreTxnData = StellarSdk.SorobanDataBuilder.fromXDR("AAAAAAAAAAAAAAAEAAAABgAAAAHZ4Y4l0GNoS97QH0fa5Jbbm61Ou3t9McQ09l7wREKJYwAAAA8AAAAJUEVSU19DTlQxAAAAAAAAAQAAAAYAAAAB2eGOJdBjaEve0B9H2uSW25utTrt7fTHENPZe8ERCiWMAAAAPAAAACVBFUlNfQ05UMgAAAAAAAAEAAAAGAAAAAdnhjiXQY2hL3tAfR9rkltubrU67e30xxDT2XvBEQoljAAAAFAAAAAEAAAAH+BoQswzzGTKRzrdC6axxKaM4qnyDP8wgQv8Id3S4pbsAAAAAAAAGNAAABjQAAAAAAADNoQ==");

describe("Server#assembledTransaction", () => {
describe("AssembledTransaction.buildFootprintRestoreTransaction", () => {
const keypair = Keypair.random();
const contractId = "CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD2KM";
const networkPassphrase = "Standalone Network ; February 2017";
Expand Down

0 comments on commit a5fe964

Please sign in to comment.