Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed May 30, 2024
1 parent fbc057e commit 5479cfa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/__tests__/lumens.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,12 +258,12 @@ describe("ledgers", () => {
date: "2022-1-12 00:00:00",
data: {
end: "2022-01-12T14:45:30Z",
operation_count: 781390,
operation_count: 147605,
sequence: 39149884,
start: "2022-01-12T13:07:43Z",
total_ledgers: 1000,
transaction_failure: 147582,
transaction_success: 255436,
start: "2022-01-12T14:26:08Z",
total_ledgers: 200,
transaction_failure: 30887,
transaction_success: 48791,
},
},
]);
Expand Down

0 comments on commit 5479cfa

Please sign in to comment.