Chore: spelling - grafana-data (#24436)
This commit is contained in:
@@ -21,7 +21,7 @@ describe('hex', () => {
|
||||
});
|
||||
|
||||
describe('hex 0x', () => {
|
||||
it('positive integeter', () => {
|
||||
it('positive integer', () => {
|
||||
const str = toHex0x(7999, 0);
|
||||
expect(formattedValueToString(str)).toBe('0x1F3F');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user