chore: comment blockHeight

(cherry picked from commit 8cd036938e)
This commit is contained in:
Michael Vines
2021-01-25 17:00:49 -08:00
parent a07bfc2d76
commit d593ee187c

View File

@ -398,7 +398,8 @@ test('get epoch info', async () => {
'epoch', 'epoch',
'slotIndex', 'slotIndex',
'slotsInEpoch', 'slotsInEpoch',
'absoluteSlot' /*, 'blockHeight'*/, // Uncomment blockHeight after 1.1.20 ships 'absoluteSlot',
'blockHeight',
]) { ]) {
expect(epochInfo).toHaveProperty(key); expect(epochInfo).toHaveProperty(key);
expect(epochInfo[key]).toBeGreaterThanOrEqual(0); expect(epochInfo[key]).toBeGreaterThanOrEqual(0);