From f568bac7f6db564667df7584f176d28f2c7829fa Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Wed, 16 Oct 2024 10:39:21 +0900 Subject: [PATCH] tests: rename test_annotate_command.rs to test_file_annotate_command.rs --- cli/tests/runner.rs | 2 +- .../{test_annotate_command.rs => test_file_annotate_command.rs} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cli/tests/{test_annotate_command.rs => test_file_annotate_command.rs} (100%) diff --git a/cli/tests/runner.rs b/cli/tests/runner.rs index f63f126599..39a1c77b0d 100644 --- a/cli/tests/runner.rs +++ b/cli/tests/runner.rs @@ -12,7 +12,6 @@ mod test_abandon_command; mod test_acls; mod test_advance_bookmarks; mod test_alias; -mod test_annotate_command; mod test_backout_command; mod test_bookmark_command; mod test_builtin_aliases; @@ -29,6 +28,7 @@ mod test_diffedit_command; mod test_duplicate_command; mod test_edit_command; mod test_evolog_command; +mod test_file_annotate_command; mod test_file_chmod_command; mod test_file_show_command; mod test_file_track_untrack_commands; diff --git a/cli/tests/test_annotate_command.rs b/cli/tests/test_file_annotate_command.rs similarity index 100% rename from cli/tests/test_annotate_command.rs rename to cli/tests/test_file_annotate_command.rs