Moonbirds Example Test Failing
Opened this issue · 2 comments
crisgarner commented
Trying to run the tests and study the code a little got the following issue.
Steps to reproduce:
- Follow the
Readme.md
instructions - Follow the
/examples/moonbirds/readme.md
instructions - run
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.
cxkoda commented
Hi, sorry for the late reply and thanks for flagging this.
Could you comment on the OS that you are using?
crisgarner commented
Hello, no worries, currently using MacOS 13.0 Ventura with an Apple M1 Pro.