Skip to content

Commit

Permalink
test(hits-per-page-selector): warning message indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
iam4x committed Mar 27, 2017
1 parent 448e685 commit c67bf0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ describe('hitsPerPageSelector()', () => {
expect(consoleLog.firstCall.args[0]).
toEqual(
`[Warning][hitsPerPageSelector] No option in \`options\`
with \`value: hitsPerPage\` (hitsPerPage: 20)`
with \`value: hitsPerPage\` (hitsPerPage: 20)`
);
});

Expand All @@ -94,7 +94,7 @@ with \`value: hitsPerPage\` (hitsPerPage: 20)`
expect(consoleLog.firstCall.args[0]).
toEqual(
`[Warning][hitsPerPageSelector] No option in \`options\`
with \`value: hitsPerPage\` (hitsPerPage: -1)`
with \`value: hitsPerPage\` (hitsPerPage: -1)`
);
});

Expand Down

0 comments on commit c67bf0b

Please sign in to comment.