Browse Source

Update test case for updated 'B' codabar character

Billy Rond 8 years ago
parent
commit
33202215fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      codabar/encoder_test.go

+ 1 - 1
codabar/encoder_test.go

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