Skip to content

Commit 8a0eafe

Browse files
committed
refactor: fix clippy::module-inception
Signed-off-by: Alexis Asseman <[email protected]>
1 parent 3544415 commit 8a0eafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tap_core/src/tap_manager/test/manager_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Copyright 2023-, Semiotic AI, Inc.
22
// SPDX-License-Identifier: Apache-2.0
3-
#[cfg(test)]
43

5-
mod manager_test {
4+
#[cfg(test)]
5+
mod manager_unit_test {
66
use std::{
77
collections::{HashMap, HashSet},
88
str::FromStr,

0 commit comments

Comments
 (0)