Fix migrate-imports.js test for upgradeable paths
(cherry picked from commit 4519c237c5)
This commit is contained in:
@ -10,7 +10,7 @@ describe('migrate-imports.js', function () {
|
|||||||
try {
|
try {
|
||||||
await fs.access(path.join('contracts', p), F_OK);
|
await fs.access(path.join('contracts', p), F_OK);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
await fs.access(path.join('contracts', getUpgradeablePath), F_OK);
|
await fs.access(path.join('contracts', getUpgradeablePath(p)), F_OK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user