mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 20:32:34 +00:00
rename bitmatrix test cases mod
This commit is contained in:
@@ -174,7 +174,7 @@ impl Code39Writer {
|
||||
* Tests {@link Code39Writer}.
|
||||
*/
|
||||
mod Code39WriterTestCase {
|
||||
use crate::{common::BitMatrixTestCase, oned::Code39Writer, BarcodeFormat, Writer};
|
||||
use crate::{common::bit_matrix_test_case, oned::Code39Writer, BarcodeFormat, Writer};
|
||||
|
||||
#[test]
|
||||
fn testEncode() {
|
||||
@@ -248,7 +248,7 @@ mod Code39WriterTestCase {
|
||||
.expect("must encode");
|
||||
assert_eq!(
|
||||
expected,
|
||||
BitMatrixTestCase::matrix_to_string(&result),
|
||||
bit_matrix_test_case::matrix_to_string(&result),
|
||||
"{}",
|
||||
input
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user