tests: cleanup test_util module

We can remove the `tests` module as the entire file is only
available when running tests.

Follow-up of #7130 / 1f13165fae.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
Philipp Schuster
2025-06-13 13:48:06 +02:00
committed by Bo Chen
parent 9d8bda20e5
commit 53e9c94e68
3 changed files with 17 additions and 17 deletions

View File

@@ -1142,7 +1142,7 @@ mod tests {
use std::cmp::Ordering;
use super::*;
use crate::test_util::tests::assert_args_sorted;
use crate::test_util::assert_args_sorted;
#[test]
fn test_cli_args_sorted() {