There was an error while loading. Please reload this page.
1 parent 5d87af1 commit 1ce5fc5Copy full SHA for 1ce5fc5
1 file changed
crates/codegraph-server/src/memory.rs
@@ -705,6 +705,7 @@ mod tests {
705
#[test]
706
fn codegraph_home_dir_ends_with_dot_codegraph() {
707
// HOME/USERPROFILE is always set in the test environment.
708
+ let _guard = crate::test_env::lock();
709
let dir = codegraph_home_dir().unwrap();
710
assert_eq!(dir.file_name().and_then(|n| n.to_str()), Some(".codegraph"));
711
}
0 commit comments