Update test case for updated 'B' codabar character

This commit is contained in:
Billy Rond 2018-02-02 18:30:38 -07:00 committed by GitHub
parent 79be24267e
commit 33202215fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ func Test_Encode(t *testing.T) {
} }
} }
testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101010010011") testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101001001011")
} }