Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Olof Dahlbom committed Sep 19, 2024
1 parent 90f664c commit ef79275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mocks/mock-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { mock } from 'node:test'

const MATCHED_AS_UNDEFINED_IN_MOCK = 'MATCHED_AS_UNDEFINED_IN_MOCK'
const MATCHED_BY_FUNCTION = 'MATCHED_BY_FUNCTION'
const MISMATCH_BY_FUNCTION = 'MISMATCH_BY_FUNCTION'
const MISMATCH_BY_FUNCTION = 'MISMATCHED_BY_FUNCTION'

function MockRequest(id, props) {
this.id = id
Expand Down

0 comments on commit ef79275

Please sign in to comment.