diff --git a/web3.js/test/connection.test.js b/web3.js/test/connection.test.js index c5eb6d9dd5..6e00416bce 100644 --- a/web3.js/test/connection.test.js +++ b/web3.js/test/connection.test.js @@ -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);