Skip to content

Commit 0650896

Browse files
committed
test: update integration test description to reflect app indexing functionality
1 parent 37772e2 commit 0650896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itest/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const networkName = process.env.NETWORK_NAME!;
1414
const iexecProxyAddress = (config as any)[networkName].ERC1538.address;
1515

1616
describe('Integration tests', () => {
17-
it('should get protocol', async () => {
17+
it('should index a newly created app', async () => {
1818
const provider = new JsonRpcProvider(`http://localhost:8545`);
1919
const wallet = Wallet.createRandom(provider);
2020

0 commit comments

Comments
 (0)