Skip to content

Commit

Permalink
Fix tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Feb 6, 2015
1 parent 1393b75 commit a66aef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('test generation with inference', function () {
assert.deepEqual(xamples[2], expectedPetIdXample('fido7'));
});

it('should follow with one inferre test', function () {
it('should follow with one inferred test', function () {
assert.deepEqual(xamples[3], expectedPetIdXample('{id}'));
});

Expand Down

0 comments on commit a66aef9

Please sign in to comment.