Update test case for updated 'B' codabar character
This commit is contained in:
parent
79be24267e
commit
33202215fe
|
@ -28,5 +28,5 @@ func Test_Encode(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101010010011")
|
testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101001001011")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue