Skip to content

Commit f085318

Browse files
committed
refactor: rename variable for clarity in protectData test
1 parent fe11abb commit f085318

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/tests/e2e/dataProtectorCore/protectData.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ describe('dataProtectorCore.protectData()', () => {
100100
const ethProvider = getTestRpcProvider();
101101
const iexecOptions = getTestIExecOption();
102102
const iexec = new IExec({ ethProvider }, iexecOptions);
103-
const prodSecretPushed = await iexec.dataset.checkDatasetSecretExists(
103+
const secretPushed = await iexec.dataset.checkDatasetSecretExists(
104104
result.address
105105
);
106-
expect(prodSecretPushed).toBe(true);
106+
expect(secretPushed).toBe(true);
107107
},
108108
2 * MAX_EXPECTED_BLOCKTIME + MAX_EXPECTED_WEB2_SERVICES_TIME
109109
);

0 commit comments

Comments
 (0)