Skip to content

Commit

Permalink
hashing add test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Apr 27, 2023
1 parent 0ead7aa commit 7f0e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-lib/src/commands/mod.rs
Expand Up @@ -186,7 +186,7 @@ mod test {
}

#[cfg(target_os = "windows")]
#[test_case("C:\\\\tmp\\turborepo", "6e0cfa616f75a61c"; "basic example")]
#[test_case("C:\\\\tmp\\turborepo", "0103736e6883e35f"; "basic example")]
fn test_repo_hash_win(path: &str, expected_hash: &str) {
use super::CommandBase;
use crate::Args;
Expand Down

0 comments on commit 7f0e682

Please sign in to comment.