mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 00:58:02 +00:00
do not panic when logging is enalbed (#180)
This commit is contained in:
committed by
Bastian Köcher
parent
3236aa8000
commit
221c7e8097
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user