Skip to content

Commit

Permalink
Fix bug in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
presleyp committed Jan 9, 2015
1 parent 71b270d commit 6ce298c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ test("test latin square", function(){
"id": "19"
};
var b3 = new InnerBlock(jb3, {version: 0, containerIDs: []});
ok(_.isEqual(_.pluck(b3.contents, 'text'), ['1A', '2B']), 'latin square should work on excerpt from example JSON');
ok(_.isEqual(_.pluck(b3.contents, 'text').sort(), ['1A', '2B']), 'latin square should work on excerpt from example JSON');
});

test("ordering pages", function(){
Expand Down

0 comments on commit 6ce298c

Please sign in to comment.