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
Describe the bug
I ran through the steps in the readme, and when I run infeos test I get:
$ infeos test
Planet Contract Tests
1) should create a new planet
Star Contract Tests
2) should create a new star
3) should add a new planet to existing star
4) should throw when adding a non-existing planet to a star
0 passing (16ms)
4 failing
1) Planet Contract Tests
should create a new planet:
TypeError: universeContractInstance.createstar is not a function
at Context.it (test/PlanetTests.js:43:40)
2) Star Contract Tests
should create a new star:
TypeError: universeContractInstance.createstar is not a function
at Context.it (test/StarTests.js:43:40)
3) Star Contract Tests
should add a new planet to existing star:
TypeError: universeContractInstance.createstar is not a function
at Context.it (test/StarTests.js:62:40)
4) Star Contract Tests
should throw when adding a non-existing planet to a star:
TypeError: universeContractInstance.createstar is not a function
at Context.it (test/StarTests.js:89:40)
To Reproduce
Steps to reproduce the behavior:
Follow the steps in the readme until the end.
Expected behavior
I expected the tests to pass.
Desktop (please complete the following information):
OS: macOS X Mojave
Version 10.14.2
The text was updated successfully, but these errors were encountered:
Version of infeos
0.1.33
Describe the bug
I ran through the steps in the readme, and when I run
infeos test
I get:To Reproduce
Steps to reproduce the behavior:
Follow the steps in the readme until the end.
Expected behavior
I expected the tests to pass.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: