forked from hyperledger-labs/go-perun
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Previously MsgSerializerTest tests were using the (En|De)codeMsg functions directly. - But, after introducing wire serialization abstraction, these functions should be used directly, as they do not use the wire serializer. - Modify the MsgSerializerTest function to use (En|De)codeEnvelope instead. - Also, remove encode/decode test for envelope type. Because this is already done using MsgSerializerTest for each Message type. Signed-off-by: Manoranjith <[email protected]>
- Loading branch information
Manoranjith
committed
Jan 17, 2022
1 parent
3cb4ff6
commit 71957fe
Showing
2 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters