chore: Standardize code, comments and docs on US-English spelling (#2707)
This commit is contained in:
@@ -379,7 +379,7 @@ describe('NumericStateTrigger', () => {
|
||||
setHass(stateManager, { [SENSOR]: { state: '25' } });
|
||||
vi.advanceTimersByTime(3000);
|
||||
|
||||
// Leaves the range before the hold elapses: cancelled.
|
||||
// Leaves the range before the hold elapses: canceled.
|
||||
setHass(stateManager, { [SENSOR]: { state: '10' } });
|
||||
vi.advanceTimersByTime(5000);
|
||||
expect(callback).not.toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user