Skip to content

Commit

Permalink
Merge pull request #2 from aivong/aivong-edit-2
Browse files Browse the repository at this point in the history
Append should keyword to test description #2
  • Loading branch information
aivong authored Jul 22, 2018
2 parents b40fb1c + 24558f8 commit 24165fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ beforeEach(async function() {
});

describe('#find()', function() {
it('responds with matching records', async function() {
it('should respond with matching records', async function() {
const users = await db.find({ type: 'User' });
users.should.have.length(3);
});
Expand Down

0 comments on commit 24165fe

Please sign in to comment.