'No repeats please' test fix. #941

pull/958/head
LumenTeun 2015-06-17 23:30:08 +02:00
parent fbb7d0b065
commit d1a12fc894
1 changed files with 1 additions and 1 deletions

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);",