fix(core): update

This commit is contained in:
Philipp Kunz 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();

View File

@ -37,7 +37,7 @@ export class Bucket {
/**
* store file
*/
public store(fileName:) {
public store(pathArg: string, fileContent: string) {
}
}