Skip to content

Commit 8ae54e8

Browse files
committed
Add second super:: in non-Windows alternative_locations test
This was needed on both Windows and non-Windows systems ever since I moved the tests from `tests` to `tests::loc`, but I forgot to update it for the non-Windows `alternative_locations` test.
1 parent 15235bf commit 8ae54e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-path/src/env/git.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ mod tests {
542542
mod loc {
543543
#[test]
544544
fn alternative_locations() {
545-
assert!(super::ALTERNATIVE_LOCATIONS.is_empty());
545+
assert!(super::super::ALTERNATIVE_LOCATIONS.is_empty());
546546
}
547547
}
548548
}

0 commit comments

Comments
 (0)