Merge pull request #958 from LumenTeun/lumenteun-941

'No repeats please' test fix.
This commit is contained in:
Quincy Larson
2015-06-19 17:29:25 -07:00

View File

@ -230,7 +230,7 @@
"permAlone('aab');"
],
"tests": [
"expect(permAlone('aab')).to.be.a.number;",
"expect(permAlone('aab')).to.be.a('number');",
"expect(permAlone('aab')).to.equal(2);",
"expect(permAlone('aaa')).to.equal(0);",
"expect(permAlone('aabb')).to.equal(8);",