Skip to content

Commit

Permalink
fix to reflect the name of function being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromtcosta committed Sep 25, 2024
1 parent 2c33a88 commit ecd2c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fb/LockdateForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('<LockdateForm />', () => {
})
})

describe('_selectableMonth', () => {
describe('_selectableMonths', () => {
const yearsRange = fb.toYearsRange(0, 2)

const january2009 = new Date(Date.UTC(2009, 0))
Expand Down

0 comments on commit ecd2c0a

Please sign in to comment.