We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb87489 commit 00f02d1Copy full SHA for 00f02d1
rye/tests/test_sync.rs
@@ -33,7 +33,7 @@ fn test_empty_sync() {
33
{
34
let script = space.venv_path().join("bin/activate");
35
let contents = fs::read_to_string(script).unwrap();
36
- assert!(contents.contains("VIRTUAL_ENV_PROMPT=\"my-project\""));
+ assert!(contents.contains("VIRTUAL_ENV_PROMPT=\"(my-project) \""));
37
}
38
#[cfg(windows)]
39
0 commit comments