Skip to content

Commit b56eec9

Browse files
ST-DDTFloEdelmann
andauthored
Update tests/lib/utils/regexp.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 428c873 commit b56eec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/utils/regexp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ describe('toRegExp()', () => {
103103
})
104104
})
105105

106-
describe('toRegExpCheckGroup()', () => {
106+
describe('toRegExpGroupMatcher()', () => {
107107
it('should return a function missing input', () => {
108108
const groupMatcher = toRegExpGroupMatcher()
109109
assert.strictEqual(groupMatcher(''), false)

0 commit comments

Comments
 (0)