Skip to content

Commit

Permalink
Fix import in rpc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MRLab12 committed Oct 17, 2024
1 parent eeaf08b commit 5103d29
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/web3/test/integration/web3RPCProviders.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ You should have received a copy of the GNU Lesser General Public License
along with web3.js. If not, see <http://www.gnu.org/licenses/>.
*/

import { mainnet, Network, QuickNodeProvider, Transport } from 'web3-rpc-providers';
import { AlchemyProvider } from 'web3-rpc-providers/src';
import {
mainnet,
Network,
QuickNodeProvider,
Transport,
AlchemyProvider,
} from 'web3-rpc-providers';
import { Web3 } from '../../src/index';

describe('Web3 RPC Provider Integration tests', () => {
Expand Down

0 comments on commit 5103d29

Please sign in to comment.