Skip to content

Commit

Permalink
Bugfix: Add missing import for rotate_alt test
Browse files Browse the repository at this point in the history
Adds a missing import for the test of rotate_alt
  • Loading branch information
nathanwilk7 authored Nov 17, 2021
1 parent 34871c5 commit 1dcf31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
text_justification,
min_distance,
longest_common_prefix_v1, longest_common_prefix_v2, longest_common_prefix_v3,
rotate,
rotate, rotate_alt,
first_unique_char,
repeat_substring,
atbash,
Expand Down

0 comments on commit 1dcf31c

Please sign in to comment.