Skip to content

Commit

Permalink
Update packages/ws-server/tests/acceptance/estimateGas.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
Signed-off-by: Eric Badiere <ebadiere@gmail.com>
  • Loading branch information
ebadiere and quiet-node authored Apr 11, 2024
1 parent 2ffadd4 commit 6fee74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ws-server/tests/acceptance/estimateGas.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// external resources
import WebSocket from 'ws';
import { expect } from 'chai';
import basicContractJson from '../../contracts/Basic.json';
import basicContractJson from '@hashgraph/json-rpc-server/tests/contracts/Basic.json';
import { AliasAccount } from '../../clients/servicesClient';
import { ethers, WebSocketProvider } from 'ethers';

Expand Down

0 comments on commit 6fee74b

Please sign in to comment.