-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
FeatNew feature or requestNew feature or request
Description
Hey @alexfertel thank you for taking the time to develop bulloak its very much apprecaited.
This is more of a question/issue.
Take the following tree
MyErc20::constructor
└── when contructed
├── it deploys
├── it sets the owner as sender
└── it sets the name
Bulloak wants the test to be Called MyErc20, but the Contract we are testing is called MyErc20
If I call my test contract UnitMyErc20 bulloak will report on check
contract "MyErc20" is missing in .sol -- found "UnitMyErc20" instead
What is the best course of action here?
alexfertel
Metadata
Metadata
Assignees
Labels
FeatNew feature or requestNew feature or request