chore: comment blockHeight

This commit is contained in:
Michael Vines 2021-01-25 17:00:49 -08:00
parent fba0e933a4
commit 8cd036938e
1 changed files with 2 additions and 1 deletions

View File

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