Skip to content

Commit 0841d5a

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

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
@@ -185,7 +185,7 @@ describe('processProtectedData', () => {
185185
});
186186
});
187187

188-
describe('When DatamaxPrice is not a positive number', () => {
188+
describe('When dataMaxPrice is not a positive number', () => {
189189
it('should throw a yup ValidationError with the correct message', async () => {
190190
// --- GIVEN
191191
const invalidDataMaxPrice = -1;

0 commit comments

Comments
 (0)