Migrate math tests to ethers.js v6 (#4769)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2023-12-04 20:00:00 +01:00
committed by GitHub
parent ef699fa6a2
commit cffb2f1ddc
9 changed files with 366 additions and 441 deletions

View File

@ -2,7 +2,8 @@ require('@openzeppelin/test-helpers');
const { expect } = require('chai');
const { clock } = require('../../helpers/time');
const { product, max } = require('../../helpers/iterate');
const { product } = require('../../helpers/iterate');
const { max } = require('../../helpers/math');
const Time = artifacts.require('$Time');