We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf5289 commit e1d7507Copy full SHA for e1d7507
git-function-history-lib/src/lib.rs
@@ -556,7 +556,7 @@ mod tests {
556
let now = Utc::now();
557
let output = get_function_history(
558
"empty_test",
559
- FileType::Absolute("src/test_functions.rs".to_string()),
+ FileType::Relative("src/test_functions.rs".to_string()),
560
Filter::None,
561
);
562
let after = Utc::now() - now;
0 commit comments