mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
update to 0.4.8
This commit is contained in:
@@ -254,7 +254,7 @@ mod Code39WriterTestCase {
|
||||
}
|
||||
|
||||
fn doTest(input: &str, expected: &str) {
|
||||
let result = Code39Writer::default()
|
||||
let result = Code39Writer
|
||||
.encode(input, &BarcodeFormat::CODE_39, 0, 0)
|
||||
.expect("must encode");
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user