From 8cd036938ebdd9a954bab7682ddb113ddad1b4a5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 25 Jan 2021 17:00:49 -0800 Subject: [PATCH] chore: comment blockHeight --- web3.js/test/connection.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);