Skip to content

Commit

Permalink
Test nastier case
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Feb 14, 2024
1 parent 5a3f792 commit c149ce8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/DynamicTokenURI.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ contract DynamicTokenURITest is Test {
vm.prank(address(token2));
vm.expectRevert("extension not configured");
extension.approveTransfer(address(token2), alice, bob, 1);
vm.prank(address(token2));
vm.expectRevert("extension not configured");
extension.approveTransfer(address(token), alice, bob, 1);
}

function testCannotCallSetApproveTransfer() public {
Expand Down

0 comments on commit c149ce8

Please sign in to comment.