Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae025131 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Test modules should always be last" into main

parents e97c59a6 68a4bdb3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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::*;