Skip to content

Commit 04fbf92

Browse files
author
Syed Fasiuddin
committed
fixed the miss spelled the file name
1 parent 1d17298 commit 04fbf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

String/test/AlphaNumericPalindrome.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { alphaNumericPlaindrome } from '../AlphanumericPalindrome'
1+
import { alphaNumericPlaindrome } from '../AlphaNumericPalindrome'
22

33
test('should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols', () => {
44
expect(alphaNumericPlaindrome('eye')).toBe(true)

0 commit comments

Comments
 (0)