Skip to content

Commit

Permalink
test: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Nov 12, 2024
1 parent ddb9452 commit e44236e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/concrete/constructor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract Constructor_Integration_Concrete_Test is Integration_Test {
address expectedAdmin = users.admin;
assertEq(actualAdmin, expectedAdmin, "admin");

// {SablierV2Flow.supportsInterface}
// {SablierFlowBase.supportsInterface}
assertTrue(constructedFlow.supportsInterface(0x49064906), "ERC-4906 interface ID");

address actualNFTDescriptor = address(constructedFlow.nftDescriptor());
Expand Down

0 comments on commit e44236e

Please sign in to comment.