Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
giotiskl committed Jul 3, 2019
1 parent e8051bc commit f26d9e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/FilterContainer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ describe('FilterContainer', () => {
});
});

describe('#getFilterItems', () => {
describe('#makeFilterItems', () => {
it('should return an array of FilterItems with length equal to the .filtr-item elements of the DOM', () => {
expect(filterContainer.getFilterItems(filterizr.options).length).toEqual(
expect(filterContainer.makeFilterItems(filterizr.options).length).toEqual(
$('.filtr-item').length
);
});
Expand Down

0 comments on commit f26d9e6

Please sign in to comment.