Skip to content

Commit d1286b7

Browse files
committed
fix(cardano-services): change log pattern match
1 parent 983495e commit d1286b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano-services/test/ChainHistory/DbSyncChainHistoryProvider/ChainHistoryBuilder.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('ChainHistoryBuilder', () => {
101101
const result = await builder.queryTransactionOutputsByIds(ids);
102102
expect(result.length).toBeGreaterThanOrEqual(2);
103103
expect(result[0]).toMatchShapeOf(DataMocks.Tx.txOut);
104-
checkLoggedTxIds('About to find outputs for transactions with ids', true);
104+
checkLoggedTxIds('About to find outputs \\(collateral: false\\) for transactions with ids', true);
105105
});
106106
test('query transaction outputs with empty array', async () => {
107107
const result = await builder.queryTransactionOutputsByIds([]);

0 commit comments

Comments
 (0)