fix tests
This commit is contained in:
parent
4636cd05cc
commit
69deaf2efb
|
@ -41,5 +41,5 @@ func Test_Encode(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
testEncode(false, "12345670", "1101101011101010101110101110101011101110111010101010101110101110111010111010101011101110101010101011101110101011101110101101011")
|
testEncode(false, "12345670", "1101101011101010101110101110101011101110111010101010101110101110111010111010101011101110101010101011101110101011101110101101011")
|
||||||
testEncode(true, "12345670", "1010110100101011001101101001010011010011001010101010011001101101")
|
testEncode(true, "12345670", "111010001010111000111011101000101000111010001110001010101010001110001110")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue