fix(core): update

This commit is contained in:
2018-11-05 23:52:39 +01:00
parent 373b02adb4
commit b65f3af9cf
3 changed files with 5 additions and 5 deletions

View File

@ -31,7 +31,7 @@ tap.test('should create a standard log message', async () => {
});
tap.test('should send the message', async () => {
await testLogDnaAccount.sendLogDnaMessage(testLogMessage);
await testLogDnaAccount.sendLogdnaMessage(testLogMessage);
});
tap.test('should send in order', async () => {