mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-22 19:31:04 +00:00
Implement ABI fix in the compiler trait impl
This commit is contained in:
@@ -340,7 +340,7 @@ mod tests {
|
||||
|
||||
type T = (bool,);
|
||||
let decoded: T = T::abi_decode(&encoded.0[4..]).unwrap();
|
||||
assert_eq!(decoded.0, true);
|
||||
assert!(decoded.0);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user