Skip to content

Commit

Permalink
nudge
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay committed Aug 19, 2020
1 parent d9ae617 commit 42f824d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/src/message_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ mod tests {
vec![],
None,
true,
u64::MAX,
);

// Check call depth increases and has a limit
Expand Down Expand Up @@ -1439,6 +1440,7 @@ mod tests {
vec![],
None,
true,
u64::MAX,
);
let metas = vec![
AccountMeta::new(owned_key, false),
Expand Down

0 comments on commit 42f824d

Please sign in to comment.