Skip to content

Commit

Permalink
fix PDF417 blackbox image count
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Feb 28, 2020
1 parent 2bd2b89 commit 3d94ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/core/pdf417/PDF417BlackBox.3.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class PDF417BlackBox3Spec extends AbstractBlackBoxSpec {

public constructor() {
super('src/test/resources/blackbox/pdf417-3', new MultiFormatReader(), BarcodeFormat.PDF_417);
this.addTestWithMax(25, 25, 0, 0, 0.0);
this.addTestWithMax(25, 25, 0, 0, 180.0);
this.addTestWithMax(19, 19, 0, 0, 0.0);
this.addTestWithMax(19, 19, 0, 0, 180.0);
}

}
Expand Down

0 comments on commit 3d94ff9

Please sign in to comment.