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

Commit 4ef1e380 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Test modules should always be last" into main am: ae025131

parents ebba62b3 ae025131
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::*;