You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, thanks for you tutorial. But when I run the truffle test, it always return error
/D/gitRepositories/truffle/push-button/test/helpers/TestPushButtonMock.sol:11:31: TypeError: Referenced declaration is neither modifier nor base class.
function PushButtonMocks () PushButton() {
^----------^
Compilation failed. See above.
Hello, thanks for you tutorial. But when I run the truffle test, it always return error
/D/gitRepositories/truffle/push-button/test/helpers/TestPushButtonMock.sol:11:31: TypeError: Referenced declaration is neither modifier nor base class.
function PushButtonMocks () PushButton() {
^----------^
Compilation failed. See above.