Skip to content

Commit

Permalink
Update test/unit/server_async_transaction.test.js
Browse files Browse the repository at this point in the history
Co-authored-by: George <[email protected]>
  • Loading branch information
aditya1702 and Shaptic committed Jun 17, 2024
1 parent c893c1e commit 9764698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/server_async_transaction.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("server.js async transaction submission tests", function () {
this.server = new Horizon.Server("https://horizon-live.stellar.org:1337");
this.axiosMock = sinon.mock(Horizon.AxiosClient);
let transaction = new StellarSdk.TransactionBuilder(account, {
fee: 100,
fee: StellarSdk.BASE_FEE,
networkPassphrase: StellarSdk.Networks.TESTNET,
v1: true,
})
Expand Down

0 comments on commit 9764698

Please sign in to comment.