Skip to content

Commit 3585a19

Browse files
committed
before bump to fabric-sdk-node
1 parent d84e04a commit 3585a19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-oneoff/eventHubTest.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import EventHub from '../common/nodejs/admin/eventHub.js';
22
import UserUtil from '../common/nodejs/admin/user.js';
33
import * as helper from '../app/helper.js';
4-
import {BlockNumberFilterType} from '../common/nodejs/formatter/eventHub';
4+
import {BlockNumberFilterType} from '../common/nodejs/formatter/eventHub.js';
55
import {consoleLogger} from '@davidkhala/logger/log4.js';
66
import BlockDecoder from '../common/nodejs/formatter/blockDecoder.js';
77

88
const logger = consoleLogger('test:eventHub');
99
const {NEWEST, OLDEST} = BlockNumberFilterType;
1010
const org = 'astri.org';
11-
describe('eventhub', () => {
11+
describe('eventhub', function () {
1212
this.timeout(0);
1313
const channelName = 'allchannel';
1414
const user = helper.getOrgAdmin(org, 'peer');
@@ -26,6 +26,7 @@ describe('eventhub', () => {
2626
it('block parser', async ()=> {
2727

2828
const eventHub = new EventHub(channel, peer.eventer);
29+
console.debug(user)
2930
const identityContext = UserUtil.getIdentityContext(user);
3031
const startBlock = OLDEST;
3132
const endBlock = NEWEST;

0 commit comments

Comments
 (0)