Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Mar 16, 2020
1 parent 8a98445 commit c9d03cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test(`returns 400 if there are no job params`, async () => {
`);
});

test(`returns 400 if job params is empty`, async () => {
test(`returns 400 if job params is invalid`, async () => {
registerJobGenerationRoutes(
mockReportingPlugin,
(mockServer as unknown) as ServerFacade,
Expand Down

0 comments on commit c9d03cb

Please sign in to comment.