Sfoglia il codice sorgente

Update encoder_test.go

Phlippe Moneda 8 anni fa
parent
commit
f2af083559
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      twooffive/encoder_test.go

+ 1 - 1
twooffive/encoder_test.go

@@ -41,5 +41,5 @@ func Test_Encode(t *testing.T) {
 	}
 	}
 
 
 	testEncode(false, "12345670", "1101101011101010101110101110101011101110111010101010101110101110111010111010101011101110101010101011101110101011101110101101011")
 	testEncode(false, "12345670", "1101101011101010101110101110101011101110111010101010101110101110111010111010101011101110101010101011101110101011101110101101011")
-	testEncode(true, "12345670", "111010001010111000111011101000101000111010001110001010101010001110001110")
+	testEncode(true, "12345670", "10101110100010101110001110111010001010001110100011100010101010100011100011101101")
 }
 }