-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
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
Hybrid Token Pool Fixes #1483
Hybrid Token Pool Fixes #1483
Conversation
LCOV of commit
|
contracts/src/v0.8/ccip/test/pools/BurnMintWithLockReleaseFlagTokenPool.t.sol
Outdated
Show resolved
Hide resolved
assertEq("BurnMintTokenPool 1.5.0", s_pool.typeAndVersion()); | ||
} | ||
|
||
function test_PoolBurn_CorrectReturnData_Success() public { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please follow the test naming convention by replacing PoolBurn
with lockOrBurn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment still applies, yeah?
89f6970
to
095e2e8
Compare
…fining it for safety
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just the one pending comment about test names
Quality Gate passedIssues Measures |
No description provided.