Skip to content

Commit 622c3cc

Browse files
committedFeb 6, 2024
test(cardano-services): skipped test about collaterals as it requires scripts
1 parent d464498 commit 622c3cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎packages/cardano-services/test/ChainHistory/ChainHistoryHttpService.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ describe('ChainHistoryHttpService', () => {
326326
expect(tx.body.collaterals?.length).toEqual(1);
327327
});
328328

329-
it('has collateral outputs', async () => {
329+
// TODO LW-9182 REMOVE SKIP
330+
it.skip('has collateral outputs', async () => {
330331
const response = await provider.transactionsByHashes({
331332
ids: await fixtureBuilder.getTxHashes(1, { with: [TxWith.CollateralOutput] })
332333
});

0 commit comments

Comments
 (0)
Please sign in to comment.