Filetests stop after panic when using nil
function argument
#4220
Labels
🐞 bug
Something isn't working
nil
function argument
#4220
Filetest breaks when using
nil
function argumentDescription
Filetest break when a public realm function that has a pointer argument receives a nil value and then panics.
This would be a common case when checking that a pointer argument is not nil, normally one would expect public realm functions to panic in such cases.
Your environment
Steps to reproduce
Create an
issue.gno
file using snippet:Create a
z_filetest.gno
file using snippet:Create a
gno.mod
file using snippet:Expected behaviour
Filetest should run and pass.
Actual behaviour
Filetests run breaks.
Logs
The text was updated successfully, but these errors were encountered: