Skip to content

Commit 1e29a18

Browse files
committed
fixup! feat(cardano-services): implement missing Blockfrost providers features and tests
1 parent 1fa1531 commit 1e29a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/e2e/test/blockfrost/queryTransactions.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ describe.only('blockfrostChainHistoryProvider', () => {
308308
).toBeUndefined();
309309

310310
expect(response.totalResultCount).toBeGreaterThanOrEqual(3);
311+
expect(response.pageResults.every((tx) => tx.blockHeader.blockNo >= Cardano.BlockNo(3_348_548))).toBe(true);
311312
});
312313
});
313314
});

0 commit comments

Comments
 (0)