Skip to content

Commit

Permalink
fix Jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Aug 3, 2020
1 parent b082d68 commit b1ab5c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -2114,12 +2114,14 @@ Array [
Object {
"CertificateId": 1,
"Kind": 0,
"Ordinal": 0,
"Payload": "d993c5b8ca62c78801d3228a8de6b9e18217b001820c24d60c1bcd91c895d58501312e3d449038372ba2fc3300cfedf1b152ae739201b3e5da47ab3f933a421b62",
"TransactionId": 1,
},
Object {
"CertificateId": 2,
"Kind": 0,
"Ordinal": 0,
"Payload": "d993c5b8ca62c78801d3228a8de6b9e18217b001820c24d60c1bcd91c895d58501312e3d449038372ba2fc3300cfedf1b152ae739201b3e5da47ab3f933a421b62",
"TransactionId": 2,
},
Expand Down
Expand Up @@ -780,6 +780,7 @@ async function syncWithCertificate(): Promise<void> {
SlotNum: 435650,
},
certificate: {
Ordinal: 0,
CertificateId: 1,
Kind: 0,
Payload: 'd993c5b8ca62c78801d3228a8de6b9e18217b001820c24d60c1bcd91c895d58501312e3d449038372ba2fc3300cfedf1b152ae739201b3e5da47ab3f933a421b62',
Expand Down Expand Up @@ -833,6 +834,7 @@ async function syncWithCertificate(): Promise<void> {
const cert2 = {
block: null,
certificate: {
Ordinal: 0,
CertificateId: 2,
Kind: 0,
Payload: 'd993c5b8ca62c78801d3228a8de6b9e18217b001820c24d60c1bcd91c895d58501312e3d449038372ba2fc3300cfedf1b152ae739201b3e5da47ab3f933a421b62',
Expand Down

0 comments on commit b1ab5c6

Please sign in to comment.