mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
revset: rename file() test for consistency
This should have been part of bbd6ef0c7b
.
This commit is contained in:
parent
5c703aeb03
commit
ada48c6f71
1 changed files with 1 additions and 1 deletions
|
@ -1905,7 +1905,7 @@ fn test_evaluate_expression_difference(use_git: bool) {
|
|||
|
||||
#[test_case(false ; "local backend")]
|
||||
#[test_case(true ; "git backend")]
|
||||
fn test_filter_by_file(use_git: bool) {
|
||||
fn test_evaluate_expression_file(use_git: bool) {
|
||||
let settings = testutils::user_settings();
|
||||
let test_workspace = TestWorkspace::init(&settings, use_git);
|
||||
let repo = &test_workspace.repo;
|
||||
|
|
Loading…
Reference in a new issue