fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-03 23:32:31 +01:00
parent e44aeccdb6
commit b085dc32db

View File

@ -24,7 +24,7 @@ tap.test('should create a standard log message', async () => {
runtime: 'node',
zone: 'ship.zone'
},
message: 'this is a awesome log message :)'
message: 'this is an awesome log message :)'
});
});