Skip to content

Commit 57bb49c

Browse files
committed
prettier
1 parent 6a53282 commit 57bb49c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('processProtectedData', () => {
152152
);
153153
});
154154
});
155-
155+
156156
describe('When given path is NOT a valid string', () => {
157157
it('should throw a yup ValidationError with the correct message', async () => {
158158
// --- GIVEN
@@ -169,9 +169,7 @@ describe('processProtectedData', () => {
169169
path: invalidPath,
170170
})
171171
// --- THEN
172-
).rejects.toThrow(
173-
new ValidationError('path should be a string')
174-
);
172+
).rejects.toThrow(new ValidationError('path should be a string'));
175173
});
176174
});
177175

0 commit comments

Comments
 (0)