refactor tests with unified trade configuration (#140)

This commit is contained in:
woodser 2022-10-01 07:47:46 -04:00 committed by GitHub
parent 38ac995c94
commit 4b5f412fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 785 additions and 736 deletions

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,6 @@ export default class HavenoUtils {
*
* @param {int} level - log level of the message
* @param {string} msg - message to log
* @param {boolean?} warn - log the message as a warning if true
*/
static log(level: number, msg: string) {
assert(level === parseInt(level + "", 10) && level >= 0, "Log level must be an integer >= 0");