We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe763bd commit 99a6883Copy full SHA for 99a6883
exercises/practice/isogram/.meta/generator.template
@@ -3,7 +3,7 @@
3
isogram))
4
5
{{#test_cases.isIsogram~}}
6
-(deftest isogram_test_{{idx}}
+(deftest isogram?_test_{{idx}}
7
(testing "{{description}}"
8
{{#expected~}}
9
(is (isogram/isogram? "{{input.phrase}}"))))
0 commit comments