LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 454 forks source link

Add transaction specific tests #5593

Closed ManuGowda closed 4 years ago

ManuGowda commented 4 years ago

Description

With the introduction of issue #5571, we no longer have transaction specific util functions. These transaction specific functions will become modules eventually.

As part of the modules(token, keys, etc.) we need to cover transaction specific tests(protocol spec)

Acceptance Criteria

Additional Information

Refer PR https://github.com/LiskHQ/lisk-sdk/pull/5591 to get more details about removed tests

shuse2 commented 4 years ago

This issue should be addressed in #5607

shuse2 commented 4 years ago

This util function is tested in #5591 and the missing test is addressed in #5607