Skip to content

Commit

Permalink
✅ update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
dxanh97 committed Nov 1, 2024
1 parent 254dc72 commit 2462d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Utility functions', () => {
it('should return "red" for negative numbers', () => {
expect(getColor(-5)).toBe('red');
});
it('should return an empty string for zero', () => {
it('should return "grey" for zero', () => {
expect(getColor(0)).toBe('grey');
});
});
Expand Down

0 comments on commit 2462d0b

Please sign in to comment.