From d593ee187ccc566e56ecb7d8ac0ce7ada728c8cd Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 25 Jan 2021 17:00:49 -0800 Subject: [PATCH] chore: comment blockHeight (cherry picked from commit 8cd036938ebdd9a954bab7682ddb113ddad1b4a5) --- 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 a46af95ff1..2701cf5fb0 100644 --- a/web3.js/test/connection.test.js +++ b/web3.js/test/connection.test.js @@ -398,7 +398,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);