You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/contracts/common/time_helpers.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ contract('TimeHelpers', () => {
9
9
10
10
it('checks block number',async()=>{
11
11
assert.equal((awaittimeHelpersMock.getBlockNumberExt()).toString(),(awaittimeHelpersMock.getBlockNumber64Ext()).toString(),"block numbers should match")
12
-
assert.equal((awaittimeHelpersMock.getBlockNumberExt()).toString(),(awaittimeHelpersMock.getBlockNumberDirect()).toString(),web3.eth.getBlockNumber,"block number should match with real one","block number should match with real one")
12
+
assert.equal((awaittimeHelpersMock.getBlockNumberExt()).toString(),(awaittimeHelpersMock.getBlockNumberDirect()).toString(),"block number should match with real one")
0 commit comments