diff --git a/String/test/AlphaNumericPalindrome.test.js b/String/test/AlphaNumericPalindrome.test.js index 10f36f231..ba82cb2de 100644 --- a/String/test/AlphaNumericPalindrome.test.js +++ b/String/test/AlphaNumericPalindrome.test.js @@ -1,4 +1,4 @@ -import { alphaNumericPlaindrome } from '../AlphanumericPalindrome' +import { alphaNumericPlaindrome } from '../AlphaNumericPalindrome' test('should return true if the given string has alphanumeric characters that are palindrom irrespective of case and symbols', () => { expect(alphaNumericPlaindrome('eye')).toBe(true)