Skip to content

Commit

Permalink
Update nearlib
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaraliau committed Feb 5, 2020
1 parent 34bd86d commit 2a44dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -13,7 +13,7 @@
"bs58": "^4.0.0",
"bsert": "0.0.10",
"jest": "^24.9.0",
"nearlib": "nearprotocol/nearlib",
"nearlib": "github:nearprotocol/nearlib",
"web3": "^1.2.4",
"web3-provider-engine": "^15.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion test/near_provider.test.js
Expand Up @@ -184,7 +184,7 @@ describe('#web3.eth', () => {

});

describe.only('getTransactionFromBlock | eth_getTransactionByBlockHashAndIndex, eth_getTransactionByBlockNumberAndIndex', () => {
describe('getTransactionFromBlock | eth_getTransactionByBlockHashAndIndex, eth_getTransactionByBlockNumberAndIndex', () => {
test('returns transaction from block hash', withWeb3(async (web) => {
const tx = await web.eth.getTransactionFromBlock(blockHash, txIndex);
expect(typeof tx).toBe('object');
Expand Down

0 comments on commit 2a44dd8

Please sign in to comment.