Skip to content

Commit b99b9d3

Browse files
test: update test
1 parent 1b337aa commit b99b9d3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/e2e/fetchUserContacts.test.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,16 @@ describe('web3mail.fetchMyContacts()', () => {
132132
);
133133

134134
it(
135-
'should throw a fetchUserContacts error',
135+
'should throw a fetchUserContacts error when something goes wrong',
136136
async () => {
137137
// Call getTestConfig to get the default configuration
138138
const [ethProvider, defaultOptions] = getTestConfig(wallet.privateKey);
139139

140140
const options = {
141141
...defaultOptions,
142-
dataProtectorSubgraph: 'https://test',
142+
iexecOptions: {
143+
iexecGatewayURL: 'https://test',
144+
},
143145
};
144146

145147
// Pass the modified options to IExecWeb3mail

0 commit comments

Comments
 (0)