start refactoring tests for speed
This commit is contained in:
parent
6c68b33f3e
commit
d921cc700d
5 changed files with 251 additions and 403 deletions
|
@ -631,7 +631,7 @@ export function __asNumber(value, param, method, log) {
|
|||
value = Number(value)
|
||||
return value
|
||||
} catch {
|
||||
this.log.error(
|
||||
log.error(
|
||||
`Called \`${method}(${param})\` but \`${param}\` is not a number nor can it be cast to one`
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue