fix(core): update

This commit is contained in:
2019-09-10 19:36:10 +02:00
parent f3d41b8719
commit ff7cdc908c
10 changed files with 85 additions and 22 deletions

View File

@ -76,7 +76,7 @@ tap.test('should receive a message correctly', async (tools) => {
const done = tools.defer();
const testChannel = testClientUniverse.getChannel(testChannelData.channelName);
const testChannel2 = testClientUniverse2.getChannel(testChannelData.channelName);
const subscription = await testChannel2.subscribe(messageArg => {
const subscription = testChannel2.subscribe(messageArg => {
console.log('Yay##########');
done.resolve();
});