cleaned up tests

This commit is contained in:
Henry Schimke
2022-10-15 10:50:18 -05:00
parent 6b70f52bf6
commit f7d20643f4
3 changed files with 57 additions and 47 deletions

View File

@@ -155,7 +155,7 @@ impl QRCodeReader {
let moduleSize = Self::moduleSize(&leftTopBlack, image)?;
let mut top = leftTopBlack[1] as i32;
let mut bottom = rightBottomBlack[1] as i32;
let bottom = rightBottomBlack[1] as i32;
let mut left = leftTopBlack[0] as i32;
let mut right = rightBottomBlack[0] as i32;