Skip to content

Commit

Permalink
Update engine.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Jan 26, 2023
1 parent 3c7f8be commit df11f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2319,7 +2319,7 @@ mod tests {
#[test]
fn test_filtering_promises_from_logs_with_none_keeps_all() {
let storage = RefCell::new(Storage::default());
let io = StoragePointer(&storage);
let mut io = StoragePointer(&storage);
let current_account_id = AccountId::default();
let mut handler = Noop;
let logs = vec![Log {
Expand Down

0 comments on commit df11f14

Please sign in to comment.