Skip to content

Commit 196cc8e

Browse files
committed
Fix expected value order
1 parent cdd2bcd commit 196cc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/anagram/anagram-test.rkt

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"leading"))
4242
string<?)
4343

44-
'("gallery" "regally" "largely"))
44+
'("gallery" "largely" "regally"))
4545

4646
(test-equal? "detects multiple anagrams with different case"
4747
(sort (anagrams-for "nose"

0 commit comments

Comments
 (0)