Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
test: update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 15, 2020
1 parent dcbd7db commit f0af8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/reports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe('reports', () => {
expect(response.Count).toBe(2)
})

itci('should succesfully return info on cancelled report requests', async () => {
itci('should throw error on invalid report request ids', async () => {
const parameters = {
ReportRequestIdList: ['51783018499', '51784018499'],
}
Expand Down

0 comments on commit f0af8e6

Please sign in to comment.