tests: update decode
Some checks failed
release / docker (push) Has been cancelled

This commit is contained in:
Mohamed Sohail 2025-02-06 08:14:24 +03:00
parent 6fff0ba538
commit 1e0c853d40
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.vscode

View File

@ -21,10 +21,10 @@ func TestDecodeKey(t *testing.T) {
{ {
"blockchain_address", "blockchain_address",
args{ args{
keyBytesHex: "202b3235343731313030303132330001", keyBytesHex: "202b3235343731313737373733342e0001",
}, },
want{ want{
sessionID: "+254711000123", sessionID: "+254711777734",
dataType: ACCOUNT_BLOCKCHAIN_ADDRESS, dataType: ACCOUNT_BLOCKCHAIN_ADDRESS,
}, },
}, },