Skip to content

Change nukeSet() from public to internal #4

@Conviley

Description

@Conviley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions