Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Improve test case descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Wiszniewski committed Jul 20, 2015
1 parent b74602d commit 6b6c61a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ test('Programmatic API: Sticks a string at the end of the docs.', (is) => {
is.deepEqual(
output.docs.map(property('output')),
['a', 'b', 'c'],
'pushes the input onto docs'
'pushes the input onto the docs'
);

is.deepEqual(
Expand All @@ -33,7 +33,7 @@ test('Programmatic API: Sticks a string at the end of the docs.', (is) => {
is.deepEqual(
assign({}, output, {docs: butLast(output.docs)}),
input,
'leaving the rest of the data intact'
'leaving other docs intact'
);

is.equal(
Expand Down

0 comments on commit 6b6c61a

Please sign in to comment.