Skip to content

Commit 2c5e125

Browse files
Update packages/sdk/tests/unit/dataProtectorCore/processProtectedData/processProtectedData.test.ts
Co-authored-by: gfournieriExec <[email protected]>
1 parent 0841d5a commit 2c5e125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/tests/unit/dataProtectorCore/processProtectedData/processProtectedData.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ describe('processProtectedData', () => {
206206
});
207207
});
208208

209-
describe('When WorkerpoolmaxPrice is not a positive number', () => {
209+
describe('When workerpoolMaxPrice is not a positive number', () => {
210210
it('should throw a yup ValidationError with the correct message', async () => {
211211
// --- GIVEN
212212
const invalidWorkerpoolMaxPrice = -1;

0 commit comments

Comments
 (0)