Skip to content

Commit

Permalink
fix: small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouti1507 committed Nov 21, 2024
1 parent f684c10 commit 6851272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v0/util/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ describe('convertToUuid', () => {
expect(result).toBe(expectedUuid);
});

test('should throw an error and log the correct message for invalid input', () => {
test('any invalid input if stringified does not throw error', () => {
const input = {};
const result = convertToUuid(input);
expect(result).toBe('672ca00c-37f4-5d71-b8c3-6ae0848080ec');
Expand Down

0 comments on commit 6851272

Please sign in to comment.