Skip to content

Commit

Permalink
Run formatter
Browse files Browse the repository at this point in the history
Signed-off-by: George <george@stellar.org>
  • Loading branch information
Shaptic committed Jul 11, 2024
1 parent a5a37c3 commit da4ea76
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions test/unit/server/soroban/get_fee_stats_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ describe("Server#getFeeStats", function () {

it("requests the correct endpoint", function (done) {
const innerFeeStat = {
max: "100000000000000000000", // just > uint32
min: "100",
mode: "100",
p10: "100",
p20: "100",
p30: "100",
p40: "100",
p50: "100",
p60: "100",
p70: "100",
p80: "100",
p90: "100",
p95: "100",
p99: "100",
transactionCount: "200",
ledgerCount: "300",
}
max: "100000000000000000000", // just > uint32
min: "100",
mode: "100",
p10: "100",
p20: "100",
p30: "100",
p40: "100",
p50: "100",
p60: "100",
p70: "100",
p80: "100",
p90: "100",
p95: "100",
p99: "100",
transactionCount: "200",
ledgerCount: "300",
};
const result = {
sorobanInclusionFee: innerFeeStat,
inclusionFee: innerFeeStat,
Expand Down

0 comments on commit da4ea76

Please sign in to comment.