Skip to content

Commit

Permalink
fix:UT
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 31, 2016
1 parent 307302d commit 49f3286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sort.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ describe('Sort', function() {
it('coreUtils.sort.shuffle', function() {
var list = Manager.instance.getList()
var shuffled = coreUtils.sort.shuffle(list)
chai.expect(shuffled[0].name).to.be.oneOf(['article-1.json', 'homepage-1.json']);
chai.expect(shuffled[0].name).to.be.oneOf(['article-2.json', 'article-1.json', 'homepage-1.json']);
});
});

0 comments on commit 49f3286

Please sign in to comment.