Skip to content

Commit 89be41b

Browse files
authored
Merge pull request keon#812 from nathanwilk7/patch-1
Bugfix: Add missing import for rotate_alt test
2 parents bc1f52c + 1dcf31c commit 89be41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
text_justification,
3636
min_distance,
3737
longest_common_prefix_v1, longest_common_prefix_v2, longest_common_prefix_v3,
38-
rotate,
38+
rotate, rotate_alt,
3939
first_unique_char,
4040
repeat_substring,
4141
atbash,

0 commit comments

Comments
 (0)