mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-20 06:33:14 +00:00
revset: rename file() test for consistency
This should have been part of bbd6ef0c7bb2.
This commit is contained in:
parent
5c703aeb03
commit
ada48c6f71
@ -1905,7 +1905,7 @@ fn test_evaluate_expression_difference(use_git: bool) {
|
|||||||
|
|
||||||
#[test_case(false ; "local backend")]
|
#[test_case(false ; "local backend")]
|
||||||
#[test_case(true ; "git 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 settings = testutils::user_settings();
|
||||||
let test_workspace = TestWorkspace::init(&settings, use_git);
|
let test_workspace = TestWorkspace::init(&settings, use_git);
|
||||||
let repo = &test_workspace.repo;
|
let repo = &test_workspace.repo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user