Skip to content

Commit

Permalink
fix: SO-80 updated test name
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-maciaszek authored and XVincentX committed Apr 11, 2019
1 parent 7a3d35e commit d67d04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ describe('NegotiatorHelpers', () => {
expect(actualOperationConfig).toBe(fakeOperationConfig);
});

it('given no default contents should return default response', () => {
it('when no default response return text/plain with empty body', () => {
const code = chance.string();
const partialOptions = { code: '200' };
const response: IHttpOperationResponse = {
Expand Down

0 comments on commit d67d04a

Please sign in to comment.