mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Fix lint
This commit is contained in:
parent
41072e6fa8
commit
2d0c608380
@ -170,7 +170,7 @@ describe('actions', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
it('fetches the user', () => {
|
it('fetches the user', () => {
|
||||||
expect(dispatch.mock.calls).toEqual( [['fetchCurrentUser']])
|
expect(dispatch.mock.calls).toEqual([['fetchCurrentUser']])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('saves pending flags in order', () => {
|
it('saves pending flags in order', () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user