Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Nov 24, 2024
1 parent 92276d5 commit 07fad71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/types/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ pub struct Configs {
}

impl Configs {
/// This shouldn't be used directly, use `CONFIGS` instead
fn load() -> Self {
/// This shouldn't be used directly outside tests, use `CONFIGS` instead
pub fn load() -> Self {
Configs {
settings: ConfigSettings::load(),
device: ConfigDevice::load(),
Expand Down

0 comments on commit 07fad71

Please sign in to comment.