Skip to content

Commit

Permalink
fix: Make Config::test private
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdubey521 committed Jun 25, 2024
1 parent cba7045 commit 6806818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ pub fn get_sample_config() -> Config {
}

#[cfg(test)]
pub mod tests {
mod tests {
use crate::config::{Config, ConfigError};
use crate::get_sample_config;

Expand Down

0 comments on commit 6806818

Please sign in to comment.