Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1_inital_migration of truffle unbox result into erroneous result #2

Open
nullenboom opened this issue Dec 19, 2019 · 0 comments
Open

Comments

@nullenboom
Copy link
Owner

nullenboom commented Dec 19, 2019

Before commit nullenboom/parity-example-truffle-box@1f6f1d5 the first test of the project would be erroneous and list a contract which wasnt deployed in this test case, fix is to use another line of migration code

Problem: New truffle boxes uses the erroneous syntax

truffle unbox
erroneous result in first test: const Migrations = artifacts.require("Migrations");
fixed: var Migrations = artifacts.require("./Migrations.sol");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant