Finalize test migration: remove legacy dependencies and test helpers (#4797)
This commit is contained in:
@ -9,7 +9,7 @@ async function fixture() {
|
||||
};
|
||||
}
|
||||
|
||||
contract('ERC165', function () {
|
||||
describe('ERC165', function () {
|
||||
beforeEach(async function () {
|
||||
Object.assign(this, await loadFixture(fixture));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user