Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
malik672 committed Dec 11, 2024
1 parent b82aa5d commit b789f9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ mod tests {
{
// Test log0
let info = contract.execute(&[b"test_log0()".to_vec()]).unwrap();
assert!(!info.logs.is_empty());
assert_eq!(
info.logs[0].data.data.to_vec(),
name.to_vec().to_bytes32().to_vec()
Expand Down

0 comments on commit b789f9e

Please sign in to comment.