Skip to content

Commit df0d2fd

Browse files
author
mendelsshop
committed
cargo formatted: more test here too
1 parent d60b028 commit df0d2fd

File tree

1 file changed

+1
-5
lines changed
  • git-function-history-lib/src

1 file changed

+1
-5
lines changed

git-function-history-lib/src/lib.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,7 @@ mod tests {
626626
#[test]
627627
fn expensive_tes() {
628628
let now = Utc::now();
629-
let output = get_function_history(
630-
"empty_test",
631-
FileType::None,
632-
Filter::None
633-
);
629+
let output = get_function_history("empty_test", FileType::None, Filter::None);
634630
let after = Utc::now() - now;
635631
println!("time taken: {}", after.num_seconds());
636632
match &output {

0 commit comments

Comments
 (0)