mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
Update tests to us set by default
This commit is contained in:
parent
ced0b44b2f
commit
de2f9eb28b
1 changed files with 2 additions and 3 deletions
|
|
@ -6,8 +6,8 @@ describe('Sortable Inventory Controller', () => {
|
|||
$controller('SortableInventoryController', {$scope: scope});
|
||||
}));
|
||||
|
||||
it('defaults scope.order to name', () => {
|
||||
expect(scope.order).to.eql('text()')
|
||||
it('defaults scope.order to set', () => {
|
||||
expect(scope.order).to.eql('set')
|
||||
});
|
||||
|
||||
describe('#setOrder', () => {
|
||||
|
|
@ -19,7 +19,6 @@ describe('Sortable Inventory Controller', () => {
|
|||
'intelligence',
|
||||
'perception',
|
||||
'strength',
|
||||
'name',
|
||||
'set'
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue