Skip to content

Commit 1dcf31c

Browse files
authored
Bugfix: Add missing import for rotate_alt test
Adds a missing import for the test of rotate_alt
1 parent 34871c5 commit 1dcf31c

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)