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

Change nukeSet() from public to internal #4

Open
Conviley opened this issue Feb 28, 2020 · 0 comments
Open

Change nukeSet() from public to internal #4

Conviley opened this issue Feb 28, 2020 · 0 comments

Comments

@Conviley
Copy link

I'm using Truffle V5.1.13 and in my contracts pragma solidity ^0.5.1;
Having nukeSet be public causes truffle tests to fail with the following error message

    "before all" hook: prepare suite: TypeError: Cannot read property 'typeClass' of undefined

Changing nukeSet() to be internal allows tests to go through

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