Update encoder_test.go

This commit is contained in:
dev-gto 2023-06-12 11:12:37 -03:00 committed by GitHub
parent 146dd69239
commit 300e9f0ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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