Skip to content

Commit ec1ab0c

Browse files
committed
test(cardano-services): re-enable test "buildAndQuery, queryPoolHashes & queryTotalCount"
It was enough to re-enable it, most likely previously rebuild fixtures fixed the issue.
1 parent 9e1b3fe commit ec1ab0c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cardano-services/test/StakePool/DbSyncStakePoolProvider/StakePoolBuilder.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,7 @@ describe('StakePoolBuilder', () => {
270270
});
271271
});
272272
describe('buildAndQuery', () => {
273-
// TODO: LW-9889 Debug and reenable after Node 8.8 upgrade
274-
it.skip('buildAndQuery, queryPoolHashes & queryTotalCount', async () => {
273+
it('buildAndQuery, queryPoolHashes & queryTotalCount', async () => {
275274
const builtQuery = builder.buildAndQuery(filters);
276275
const { query, params } = builtQuery;
277276
const poolHashes = await builder.queryPoolHashes(query, params);

0 commit comments

Comments
 (0)