Skip to content

Commit ef79275

Browse files
author
Olof Dahlbom
committed
Fix wording
1 parent 90f664c commit ef79275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mocks/mock-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { mock } from 'node:test'
2020

2121
const MATCHED_AS_UNDEFINED_IN_MOCK = 'MATCHED_AS_UNDEFINED_IN_MOCK'
2222
const MATCHED_BY_FUNCTION = 'MATCHED_BY_FUNCTION'
23-
const MISMATCH_BY_FUNCTION = 'MISMATCH_BY_FUNCTION'
23+
const MISMATCH_BY_FUNCTION = 'MISMATCHED_BY_FUNCTION'
2424

2525
function MockRequest(id, props) {
2626
this.id = id

0 commit comments

Comments
 (0)