fix(core): update

This commit is contained in:
2019-08-12 17:23:10 +02:00
parent 7998d79b13
commit 051aba3299
6 changed files with 33 additions and 34 deletions

View File

@ -50,9 +50,8 @@ tap.test('should get a observable correctly', async () => {
});
tap.test('should send a message correctly', async () => {
await testClientUniverse.sendMessage({
messageText: 'hello',
targetChannelName: testChannelData.channelName
await (await testClientUniverse.getChannel(testChannelData.channelName)).sendMessage({
messageText: 'hello'
});
});