chore: comment blockHeight

This commit is contained in:
Michael Vines
2021-01-25 17:00:49 -08:00
parent fba0e933a4
commit 8cd036938e

View File

@ -411,7 +411,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);