Skip to content

Commit

Permalink
test: correct type test name
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Dec 21, 2023
1 parent 43dea74 commit cb1d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Params type tests', () => {
})
})

it('errors when adding', () => {
it('errors when adding without params', () => {
const humanLog = mockHumanLogs({
events: ['project_create_failed'],
explanations: ['api_unreachable']
Expand Down

0 comments on commit cb1d865

Please sign in to comment.