Skip to content

Commit

Permalink
fix(test) macos excluded function didn't compile
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarly committed Apr 24, 2024
1 parent 46a9215 commit aa4f43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ mod tests {
// Note, this is racey in the kernel. Otherwise I'd assert
// this is empty.
sleep(WATCHER_TIMEOUT);
watcher.rx.try_iter();
watcher.event_rx.try_iter();
}

#[cfg(not(target_os = "macos"))]
Expand Down

0 comments on commit aa4f43f

Please sign in to comment.