From 33202215fe2182bb02afbe8220b4ed60f54f9833 Mon Sep 17 00:00:00 2001 From: Billy Rond Date: Fri, 2 Feb 2018 18:30:38 -0700 Subject: [PATCH] Update test case for updated 'B' codabar character --- codabar/encoder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codabar/encoder_test.go b/codabar/encoder_test.go index 5f13009..24a1985 100644 --- a/codabar/encoder_test.go +++ b/codabar/encoder_test.go @@ -28,5 +28,5 @@ func Test_Encode(t *testing.T) { } } - testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101010010011") + testEncode("A40156B", "10110010010101101001010101001101010110010110101001010010101101001001011") }