Skip to content

Commit

Permalink
chore: tests mod is private
Browse files Browse the repository at this point in the history
Co-authored-by: ThetaSinner <[email protected]>
  • Loading branch information
mattyg and ThetaSinner authored Dec 18, 2024
1 parent 99e3980 commit a5c86ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/host/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ impl ModuleCache {
}

#[cfg(test)]
pub mod tests {
mod tests {
use super::{CacheKey, ModuleCache, PlruCache};

#[test]
Expand Down

0 comments on commit a5c86ac

Please sign in to comment.