Skip to content

Commit

Permalink
Update tests/real/community.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <[email protected]>
  • Loading branch information
rustworthy and jonhoo authored Dec 30, 2024
1 parent e5bc76d commit 1e1914c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/real/community.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ async fn mutation_requeue_jobs() {
// ... this time, instead of failing the job this time, let's
// create a new woker that will just send the job
// to the test thread so that we can inspect and
// assert on the failure
// assert on the failure from the first run
let (tx, rx) = sync::mpsc::channel();
let tx = sync::Arc::new(sync::Mutex::new(tx));
let mut w = WorkerBuilder::default()
Expand Down

0 comments on commit 1e1914c

Please sign in to comment.