Skip to content

Commit

Permalink
do not panic when logging is enalbed (paritytech#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and bkchr committed Apr 10, 2024
1 parent 3236aa8 commit 221c7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/src/sync_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ mod tests {
|_| {},
&mut go_offline_future,
|delay| async_std::task::sleep(delay),
|| unreachable!(),
|| "Test error".into(),
);

(interval2, backoff.next_backoff().unwrap())
Expand Down

0 comments on commit 221c7e8

Please sign in to comment.