mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(specs): Empty parameter list
This commit is contained in:
parent
9892473513
commit
6602087910
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ describe 'CategoryPickerPopover', ->
|
|||
@userCategory = new Category(id: 'id-789', name: null, displayName: "MyCategory", accountId: TEST_ACCOUNT_ID)
|
||||
|
||||
observable = NylasTestUtils.mockObservable([@inboxCategory, @archiveCategory, @userCategory])
|
||||
observable.sort = () => observable
|
||||
|
||||
observable.sort = => observable
|
||||
|
||||
spyOn(Categories, "forAccount").andReturn observable
|
||||
spyOn(CategoryStore, "getStandardCategory").andReturn @inboxCategory
|
||||
spyOn(AccountStore, "accountForItems").andReturn @account
|
||||
|
|
Loading…
Reference in a new issue