Merge "Test modules should always be last" into main
This commit is contained in:
commit
ae025131ba
1 changed files with 3 additions and 3 deletions
|
@ -14,6 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#[cfg(test)]
|
||||
pub use test_utils::*;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test_utils {
|
||||
use crate::commands::Input;
|
||||
|
@ -340,6 +343,3 @@ parsed_flag {
|
|||
);
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
pub use test_utils::*;
|
||||
|
|
Loading…
Reference in a new issue