Skip to content

Commit

Permalink
refactored test
Browse files Browse the repository at this point in the history
  • Loading branch information
francesko committed Jun 21, 2015
1 parent 5a17b20 commit 19ee4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/FacetrSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('Backbone.Facetr', function() {
facet.removeValue('Ireland');
expect(collection.length).toEqual(0);
facet.removeValue('Canada');
expect(collection.length).toEqual(4);
expect(collection.length).toEqual(facetedCollection.origLength());
});

// Facet
Expand Down

0 comments on commit 19ee4d6

Please sign in to comment.