fix test
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
const DODOZoo = artifacts.require("DODOZoo");
|
||||
|
||||
module.exports = async (deployer, network) => {
|
||||
const deployDODOZoo = async () => {
|
||||
await deployer.deploy(DODOZoo);
|
||||
};
|
||||
|
||||
if (network == "development") {
|
||||
await deployDODOZoo();
|
||||
}
|
||||
};
|
||||
module.exports = async (deployer, network) => {};
|
||||
|
||||
Reference in New Issue
Block a user