fix(core): update

This commit is contained in:
2019-04-22 09:58:36 +02:00
parent 904a48d414
commit 39d3a0f2f8
11 changed files with 91 additions and 57 deletions

View File

@ -41,8 +41,11 @@ tap.test('should get a observable correctly', async () => {
});
tap.test('should send a message correctly', async () => {
await testUniverseClient.sendMessage('greeting', {
anyBool: true
await testUniverseClient.sendMessage({
messageText: 'hello',
passphrase: 'wowza',
targetChannelName: 'channel1',
});
});