Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed May 31, 2024
1 parent 8044f7a commit 3809aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/__tests__/lumens.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ describe("ledgers", () => {

expect(JSON.parse(cachedLedgers as string)).toEqual([
{
date: "2022-1-12 00:00:00",
data: {
end: "2022-01-12T14:45:30Z",
operation_count: 781390,
Expand All @@ -265,6 +264,7 @@ describe("ledgers", () => {
transaction_failure: 147582,
transaction_success: 255436,
},
date: "2022-1-12 00:00:00",
},
]);
expect(cachedPagingToken).toEqual("168147471422193664");
Expand Down

0 comments on commit 3809aec

Please sign in to comment.