fix test
This commit is contained in:
@@ -909,7 +909,7 @@ async function del(id) {
|
||||
];
|
||||
|
||||
const results = await database.transaction(queries);
|
||||
if (results[7].affectedRows !== 1) throw new BoxError(BoxError.NOT_FOUND, 'App not found');
|
||||
if (results[6].affectedRows !== 1) throw new BoxError(BoxError.NOT_FOUND, 'App not found');
|
||||
}
|
||||
|
||||
async function clear() {
|
||||
|
||||
Reference in New Issue
Block a user