Skip to content

Commit

Permalink
Update test message
Browse files Browse the repository at this point in the history
Co-authored-by: Ashwin Kumar <ashwinkumar2468@gmail.com>
  • Loading branch information
ashika112 and ashwinkumar6 authored Mar 21, 2024
1 parent 6195d2d commit 23dfcff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('validateStorageOperationInput', () => {
});
});

it('should throw an error when input path does not start with a /', () => {
it('should throw an error when input path starts with a /', () => {
const input = { path: '/leading-slash-path' };
expect(() => validateStorageOperationInput(input)).toThrow(
validationErrorMap[
Expand Down

0 comments on commit 23dfcff

Please sign in to comment.