fix ec integration test

This commit is contained in:
gmega 2024-06-20 18:54:12 -03:00
parent 6c87388e98
commit 2ca07f2c49
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F
1 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,8 @@ marketplacesuite "EC bug":
# let manifest = Manifest.new(downloaded.get)
# echo "manifest: ", manifest
echo "orig data length: ", data.len
echo "download length: ", downloaded.get.toHex.len
# check downloaded.get.toHex == data
echo "download length: ", downloaded.get.len
check downloaded.get.toHex == data.toHex
await subscription.unsubscribe()