diff --git a/tests/rules/test_git_branch_flag_0_to_flag_dash_v.py b/tests/rules/test_git_branch_flag_0_to_flag_dash_v.py index de7ca3a9..3f3c8c79 100644 --- a/tests/rules/test_git_branch_flag_0_to_flag_dash_v.py +++ b/tests/rules/test_git_branch_flag_0_to_flag_dash_v.py @@ -1,5 +1,5 @@ import pytest -from thefuck.rules.git_branch_0v_to_dash_v import match, get_new_command +from thefuck.rules.git_branch_flag_0_to_flag_dash_v import match, get_new_command from thefuck.types import Command