Commit 9187c6f2 by Francisco Giordano

Merge upstream openzeppelin-contracts into upstream-patched

parents 98d920ca 4519c237
......@@ -10,7 +10,7 @@ describe('migrate-imports.js', function () {
try {
await fs.access(path.join('contracts', p), F_OK);
} catch (e) {
await fs.access(path.join('contracts', getUpgradeablePath), F_OK);
await fs.access(path.join('contracts', getUpgradeablePath(p)), F_OK);
}
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment