Skip to content

Commit

Permalink
fix: update blackbox tests
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Petrunic <[email protected]>
  • Loading branch information
mpetrunic committed Aug 7, 2023
1 parent 0c50eea commit ae4a18b
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 283 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/web3-plugin-chainlink",
"version": "0.1.0-alpha.0",
"version": "9.9.9",
"description": "A Web3.js 4.x Plugin for Interacting With Chainlink Smart Contracts",
"main": "lib/index.js",
"repository": {
Expand Down Expand Up @@ -43,6 +43,7 @@
"eslint": "^8",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"npm-auth-to-token": "^1.0.0",
"process": "^0.11.10",
"ts-jest": "^28.0.7",
"ts-loader": "^9.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test/black_box/test/chainlink_plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Web3, Web3Context, Web3Eth } from 'web3';

// https://github.com/ChainSafe/web3.js-plugin-chainlink/issues/15
// @ts-ignore
import { ChainlinkPlugin, MainnetPriceFeeds } from '@chainsafe/web3.js-chainlink-plugin';
import { ChainlinkPlugin, MainnetPriceFeeds } from '@chainsafe/web3-plugin-chainlink';

describe('ChainlinkPlugin Tests', () => {
it('should register ChainlinkPlugin plugin on Web3Context instance', () => {
Expand Down
Loading

0 comments on commit ae4a18b

Please sign in to comment.