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
Before testing that we get the expected result from the following sequence:
run
we should test that we get the expected result from the non-Wizer sequence:
The same_result fuzz target does this, but the run_wasm helper in tests/tests.rs does not. It should.
same_result
run_wasm
tests/tests.rs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before testing that we get the expected result from the following sequence:
run
we should test that we get the expected result from the non-Wizer sequence:
run
The
same_result
fuzz target does this, but therun_wasm
helper intests/tests.rs
does not. It should.The text was updated successfully, but these errors were encountered: