rename bitmatrix test cases mod

This commit is contained in:
Henry Schimke
2023-01-11 16:02:26 -06:00
parent f037a743e7
commit fde23934f6
13 changed files with 51 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ mod StringUtilsTestCase;
mod BitArrayTestCase;
#[cfg(test)]
pub(crate) mod BitMatrixTestCase;
pub(crate) mod bit_matrix_test_case;
#[cfg(test)]
mod BitSourceTestCase;