Skip to content

Commit 2658464

Browse files
committed
refactor refspec tests
1 parent 12f672f commit 2658464

File tree

10 files changed

+2
-1
lines changed

10 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.

gix-refspec/tests/parse/invalid.rs renamed to gix-refspec/tests/refspec/parse/invalid.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ fn push_to_empty() {
6464

6565
#[test]
6666
fn fuzzed() {
67-
let input = include_bytes!("../fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168");
67+
let input =
68+
include_bytes!("../../fixtures/fuzzed/clusterfuzz-testcase-minimized-gix-refspec-parse-4658733962887168");
6869
drop(gix_refspec::parse(input.into(), gix_refspec::parse::Operation::Fetch).unwrap_err());
6970
drop(gix_refspec::parse(input.into(), gix_refspec::parse::Operation::Push).unwrap_err());
7071
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)