fix(core): update
This commit is contained in:
@ -13,8 +13,8 @@ tap.test('should create a valid Handler', async () => {
|
||||
public async checkReqirements() {
|
||||
return {
|
||||
allOk: true,
|
||||
reason: ''
|
||||
}
|
||||
reason: '',
|
||||
};
|
||||
}
|
||||
|
||||
public async start() {}
|
||||
|
Reference in New Issue
Block a user