Skip to content

Commit

Permalink
add use super::*; to tests use
Browse files Browse the repository at this point in the history
  • Loading branch information
czarte committed Oct 9, 2024
1 parent 5a234df commit 9e1c1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masq/src/commands/set_exit_location_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ pub fn set_exit_location_subcommand() -> App<'static, 'static> {
}

pub mod tests {
use super::*;
use crate::commands::commands_common::{Command, STANDARD_COMMAND_TIMEOUT_MILLIS};
use crate::commands::set_exit_location_command::SetExitLocationCommand;
use crate::test_utils::mocks::CommandContextMock;
Expand Down

0 comments on commit 9e1c1c7

Please sign in to comment.