Skip to content

Commit

Permalink
Fixes styling
Browse files Browse the repository at this point in the history
  • Loading branch information
artstorm committed Oct 22, 2019
1 parent fbf996a commit 74cec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MetaRobotsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test("Missing pagination gets index and follow", t => {
const metaRobots = new MetaRobots();
const object = metaRobots.getObject();

return object.render({contexts:[{}]}).then(result => {
return object.render({ contexts: [{}] }).then(result => {
t.is(result, "index,follow");
});
});

0 comments on commit 74cec69

Please sign in to comment.