Skip to content

Commit a001006

Browse files
fixup! refactor!: hoist bufferChainSyncEvent to projection package
1 parent a7d9646 commit a001006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/projection-typeorm/test/operators/storeHandles/general.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Asset, Cardano } from '@cardano-sdk/core';
22
import { AssetEntity, HandleEntity, OutputEntity, willStoreHandles } from '../../../src';
33
import { HandleOwnership } from '@cardano-sdk/projection/dist/cjs/operators/Mappers';
4-
import { ChainSyncEventType } from '@cardano-sdk/projection/dist/cjs/ObservableCardanoNode';
4+
import { ChainSyncEventType } from '@cardano-sdk/projection';
55
import { ProjectorContext, createProjectorContext } from '../util';
66
import { QueryRunner } from 'typeorm';
77
import { createMultiTxProjectionSource, entities, mapAndStore, policyId, projectTilFirst } from './util';

0 commit comments

Comments
 (0)