We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to run the tests and study the code a little got the following issue.
Readme.md
/examples/moonbirds/readme.md
forge test
Doing some debugging, found that the issue is on the examples/moonbirds/test/TestLib.sol file. The mktemp function is returning an empty string.
examples/moonbirds/test/TestLib.sol
mktemp
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late reply and thanks for flagging this. Could you comment on the OS that you are using?
Sorry, something went wrong.
Hello, no worries, currently using MacOS 13.0 Ventura with an Apple M1 Pro.
No branches or pull requests
Trying to run the tests and study the code a little got the following issue.
Steps to reproduce:
Readme.md
instructions/examples/moonbirds/readme.md
instructionsforge test
Doing some debugging, found that the issue is on the
examples/moonbirds/test/TestLib.sol
file. Themktemp
function is returning an empty string.The text was updated successfully, but these errors were encountered: