Skip to content

Commit

Permalink
chore: apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 17, 2024
1 parent 55bfb5c commit f6731a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe('core', () => {
try {
await p
assert.unreachable('should have thrown')
} catch ({message}) {
} catch ({ message }) {
assert.match(message, /The operation was aborted/)
}
})
Expand All @@ -274,7 +274,7 @@ describe('core', () => {
try {
await p
assert.unreachable('should have thrown')
} catch ({message}) {
} catch ({ message }) {
assert.match(message, /The operation was aborted/)
}
})
Expand Down

0 comments on commit f6731a2

Please sign in to comment.