Skip to content

Commit

Permalink
Use mod tests consistently
Browse files Browse the repository at this point in the history
Summary: We mostly use mod tests, but not exclusively. Be consistent.

Reviewed By: JakobDegen

Differential Revision: D53388349

fbshipit-source-id: 0010ada7bc87d5c01e07d2ce199afc606b7d83b3
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Feb 4, 2024
1 parent 0531d25 commit 5f1b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ impl SuperConsoleOutput for NonBlockingSuperConsoleOutput {
}

#[cfg(test)]
mod test {
mod tests {
use crossbeam_channel::Receiver;

use super::*;
Expand Down

0 comments on commit 5f1b407

Please sign in to comment.