Skip to content

Commit

Permalink
test: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CHr15F0x committed Mar 14, 2022
1 parent f01a172 commit 770ab82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pathfinder/src/sequencer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,7 @@ mod tests {
let mut cnt = timeout_counter.lock().await;
*cnt += 1;

// Btw this is the same as using Client::builder().timeout()
// This is the same as using Client::builder().timeout()
let resp = client
.get(url)
.timeout(Duration::from_millis(1))
Expand Down

0 comments on commit 770ab82

Please sign in to comment.