Merge pull request #958 from LumenTeun/lumenteun-941
'No repeats please' test fix.
This commit is contained in:
@ -230,7 +230,7 @@
|
|||||||
"permAlone('aab');"
|
"permAlone('aab');"
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"expect(permAlone('aab')).to.be.a.number;",
|
"expect(permAlone('aab')).to.be.a('number');",
|
||||||
"expect(permAlone('aab')).to.equal(2);",
|
"expect(permAlone('aab')).to.equal(2);",
|
||||||
"expect(permAlone('aaa')).to.equal(0);",
|
"expect(permAlone('aaa')).to.equal(0);",
|
||||||
"expect(permAlone('aabb')).to.equal(8);",
|
"expect(permAlone('aabb')).to.equal(8);",
|
||||||
|
Reference in New Issue
Block a user