mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-24 06:19:42 +00:00
tests: rename test_annotate_command.rs to test_file_annotate_command.rs
This commit is contained in:
parent
e8f722cfe1
commit
f568bac7f6
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue