Skip to content

Commit b349454

Browse files
committed
added assert in e2e
1 parent 36ba065 commit b349454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/infrastructure/BlockHttp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ describe('BlockHttp', () => {
9595
expect(blockInfo.height.higher).to.be.equal(0);
9696
expect(blockInfo.timestamp.lower).to.be.equal(0);
9797
expect(blockInfo.timestamp.higher).to.be.equal(0);
98-
98+
expect(blockInfo.beneficiaryPublicKey).not.to.be.undefined;
9999
});
100100
});
101101

0 commit comments

Comments
 (0)