Skip to content

Commit

Permalink
chore(core-snapshots): add istanbul ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastijankuzner committed May 4, 2020
1 parent 9332474 commit 1b68e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-snapshots/src/codecs/message-pack-codec.ts
Expand Up @@ -62,6 +62,7 @@ export class MessagePackCodec implements Codec {
id,
);

/* istanbul ignore next */
return {
id: id,
version: transaction.data.version!,
Expand All @@ -76,7 +77,6 @@ export class MessagePackCodec implements Codec {
amount: transaction.data.amount,
fee: transaction.data.fee,
serialized: serialized,
/* istanbul ignore next */
typeGroup: transaction.data.typeGroup || 1,
nonce: Utils.BigNumber.make(transaction.data.nonce || 0),
// @ts-ignore
Expand Down

0 comments on commit 1b68e2d

Please sign in to comment.