Skip to content

Commit d0f5ef6

Browse files
akonringtwittner
andauthored
Update tests/src/tests/timeboost/transaction_order.rs
Co-authored-by: Toralf Wittner <[email protected]>
1 parent 972a49f commit d0f5ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/tests/timeboost/transaction_order.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async fn transaction_order() {
5252
// delay start of a recovering node:
5353
sleep(Duration::from_secs(5)).await
5454
}
55-
let mut s = Sequencer::new(c.clone(), &NoMetrics).await.unwrap();
55+
let mut s = Sequencer::new(c, &NoMetrics).await.unwrap();
5656
loop {
5757
select! {
5858
trx = brx.recv() => match trx {

0 commit comments

Comments
 (0)