fix(core): update

This commit is contained in:
2019-10-15 20:00:00 +02:00
parent f5da38592e
commit 7ba61904ee
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ tap.test('should get a bucket', async () => {
});
tap.test('should store data in bucket', async () => {
myBucket.store
});
tap.start();