Skip to content

Commit

Permalink
POST -> PATCH Typo in test description
Browse files Browse the repository at this point in the history
  • Loading branch information
basicallydan committed Aug 10, 2019
1 parent e3cad8c commit c487c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/javascript.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ describe('Interfake JavaScript API', function() {
});
});

describe('when a POST option is added to the same endpoint', function () {
describe('when a PATCH option is added to the same endpoint', function () {
beforeEach(function () {
interfake.createRoute({
request: {
Expand Down

0 comments on commit c487c32

Please sign in to comment.