Skip to content

Commit

Permalink
add cfg(test) for tests in set_exit_location_command
Browse files Browse the repository at this point in the history
  • Loading branch information
czarte committed Oct 9, 2024
1 parent 9e1c1c7 commit fff1c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masq/src/commands/set_exit_location_command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ pub fn set_exit_location_subcommand() -> App<'static, 'static> {
)
}

#[cfg(test)]
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 fff1c3d

Please sign in to comment.