Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed May 28, 2022
1 parent 3d1f45e commit ec37cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-discover/src/upwards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ fn parse_ceiling_dirs(ceiling_dirs: &[u8]) -> Vec<PathBuf> {
}

#[cfg(test)]
mod parse_ceiling_dirs_tests {
mod parse_ceiling_dirs {
use super::*;

#[test]
#[cfg(unix)]
fn from_env() -> std::io::Result<()> {
fn from_environment_format() -> std::io::Result<()> {
use std::fs;
use std::os::unix::fs::symlink;

Expand Down

0 comments on commit ec37cb8

Please sign in to comment.