Skip to content

Commit

Permalink
Correction of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Salim-belkhir committed Dec 23, 2024
1 parent 50fa18d commit 3dd3cc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/coin-modules/coin-xrp/src/api/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ describe("listOperations", () => {
type: "Payment",
value: expectedValue,
fee: BigInt(10),
blockHeight: 1,
block: {
hash: "HASH_VALUE_BLOCK",
height: 1,
Expand All @@ -129,7 +128,6 @@ describe("listOperations", () => {
type: "Payment",
value: expectedValue,
fee: BigInt(10),
blockHeight: 1,
block: {
hash: "HASH_VALUE_BLOCK",
height: 1,
Expand All @@ -149,7 +147,6 @@ describe("listOperations", () => {
type: "Payment",
value: expectedValue,
fee: BigInt(10),
blockHeight: 1,
block: {
hash: "HASH_VALUE_BLOCK",
height: 1,
Expand Down

0 comments on commit 3dd3cc0

Please sign in to comment.