Skip to content

Commit

Permalink
add descriptive test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Nov 25, 2019
1 parent 9c53348 commit 1204a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/empty.servers.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('express-openapi-validator', () => {
app.server.close();
});

it('should throw 400', async () =>
it('should throw 400 if servers are empty and request is malformed', async () =>
request(app)
.get(`/pets`)
.expect(400)
Expand Down

0 comments on commit 1204a2a

Please sign in to comment.