Skip to content

Commit

Permalink
Removed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaslyang authored and nicholaslyang committed Oct 2, 2023
1 parent 00a9acd commit fe1d71c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/turborepo-lib/src/run/scope/change_detector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ mod test {
#[cfg(windows)]
#[test_case("C:\\\\a\\b\\c", &["package.lock"], "C:\\\\a\\b\\c\\package.lock", Ok(true) ; "simple")]
#[test_case("C:\\\\a\\b\\c", &["a", "b", "c"], "C:\\\\a\\b\\c\\package.lock", Ok(false) ; "lockfile unchanged")]
#[test_case("C:\\\\a\\b\\c", &["package.lock"], "C:\\\\a\\b\\outside-repo\\package.json", Err(ChangeDetectError::LockfileNotInRepo) ; "different file")]
fn test_lockfile_changed(
turbo_root: &str,
changed_files: &[&str],
Expand Down

0 comments on commit fe1d71c

Please sign in to comment.