Skip to content

Commit

Permalink
Fix spec title for ExhaustivenessError
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Feb 14, 2024
1 parent c83a120 commit de062ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test('assert()', (t) => {
t.exception(() => assert(false, 'uh oh'), /uh oh/)
})

test('exhaustivenessError', (t) => {
test('ExhaustivenessError', (t) => {
const bools = [true, false]
t.execution(() => {
bools.forEach((bool) => {
Expand Down

0 comments on commit de062ec

Please sign in to comment.