Skip to content

Commit

Permalink
chore: fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 24, 2024
1 parent 6e209ed commit c312ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/async.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ describe('async module', () => {
expect(errors).toBeUndefined()
expect(results).toEqual(['hi_1', 'hi_2', 'hi_3'])
})
test('throws erros as array of all errors', async () => {
test('throws errors as array of all errors', async () => {
const [error, results] = await _.try(async () => {
return _.parallel(1, _.list(1, 3), async num => {
await _.sleep(1000)
Expand Down

0 comments on commit c312ea7

Please sign in to comment.