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
I'm confused by the behavior of this test. If I change this part here: https://github.com/rugpullindex/ERC4973/blob/1c8d612d78739c2f7bd8cae95be808bcbf3a1cae/src/ERC4973.t.sol#L337
to
uint256 tokenId = abt.take( passiveAddress, falseTokenURI, signature );
I would expect the test to fail but it doesn't, which might be a sign that the call is reverting for another reason than URI mismatch?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm confused by the behavior of this test. If I change this part here:
https://github.com/rugpullindex/ERC4973/blob/1c8d612d78739c2f7bd8cae95be808bcbf3a1cae/src/ERC4973.t.sol#L337
to
I would expect the test to fail but it doesn't, which might be a sign that the call is reverting for another reason than URI mismatch?
The text was updated successfully, but these errors were encountered: