Skip to content

Commit 99a6883

Browse files
Update generator.template
1 parent fe763bd commit 99a6883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/isogram/.meta/generator.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
isogram))
44

55
{{#test_cases.isIsogram~}}
6-
(deftest isogram_test_{{idx}}
6+
(deftest isogram?_test_{{idx}}
77
(testing "{{description}}"
88
{{#expected~}}
99
(is (isogram/isogram? "{{input.phrase}}"))))

0 commit comments

Comments
 (0)