We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37772e2 commit 0650896Copy full SHA for 0650896
itest/integration.test.ts
@@ -14,7 +14,7 @@ const networkName = process.env.NETWORK_NAME!;
14
const iexecProxyAddress = (config as any)[networkName].ERC1538.address;
15
16
describe('Integration tests', () => {
17
- it('should get protocol', async () => {
+ it('should index a newly created app', async () => {
18
const provider = new JsonRpcProvider(`http://localhost:8545`);
19
const wallet = Wallet.createRandom(provider);
20
0 commit comments