fix(specs): Empty parameter list

This commit is contained in:
Ben Gotow 2016-05-31 19:10:11 -07:00
parent e3a08c8e7a
commit 66613470fd

View file

@ -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