Skip to content

Commit f9ac772

Browse files
Update libs/coin-modules/coin-xrp/src/logic/listOperations.test.ts
Co-authored-by: François Guérin <francois.guerin@ledger.fr>
1 parent e15b093 commit f9ac772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/coin-modules/coin-xrp/src/logic/listOperations.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ describe("listOperations", () => {
261261

262262
// Then
263263
expect(results).toHaveLength(1);
264-
expect(results[0]).toMatchObject<Partial<Operation>>({
264+
expect(results[0]).toMatchObject({
265265
id: "FAILED_OFFER_HASH",
266266
type: "FEES",
267267
tx: expect.objectContaining({ failed: true }),

0 commit comments

Comments
 (0)