spelling: reset

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-12-26 17:49:53 -05:00
parent 254316b3ab
commit e19273ccec
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ describe('SideMenu', () => {
})
describe('clearUnread', () => {
it('should be resetted', () => {
it('should be reset', () => {
store.dispatch('TimelineSpace/SideMenu/clearUnread')
expect(store.state.TimelineSpace.SideMenu.unreadHomeTimeline).toEqual(false)
expect(store.state.TimelineSpace.SideMenu.unreadNotifications).toEqual(false)