-
Notifications
You must be signed in to change notification settings - Fork 53
Conversation
Codecov Report
@@ Coverage Diff @@
## main #863 +/- ##
==========================================
- Coverage 91.26% 91.21% -0.05%
==========================================
Files 54 54
Lines 13392 13401 +9
==========================================
+ Hits 12222 12224 +2
- Misses 1170 1177 +7
|
ContractClass::from_path(ERC20_CONTRACT_PATH).unwrap() | ||
); | ||
|
||
// assert_eq!( |
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.
we can remove this comment right?
.get_contract_class(&felt_to_hash(&TEST_ERC20_CONTRACT_CLASS_HASH)) | ||
.unwrap() | ||
.try_into() | ||
.unwrap(); | ||
assert_eq!( |
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.
This is due to the Program
comparison bug, right? I think we should comment it like the rest.
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.
Bono just asked me to remove it hahaha
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.
Ohh in that case we need to add a comment detailing why it is commented and what we need to do to uncomment it
Description
Update
cairo-lang-*
dependencies to2.1.0-rc2
.Checklist