Skip to content

Commit 00f02d1

Browse files
committed
Fixtures
1 parent bb87489 commit 00f02d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rye/tests/test_sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn test_empty_sync() {
3333
{
3434
let script = space.venv_path().join("bin/activate");
3535
let contents = fs::read_to_string(script).unwrap();
36-
assert!(contents.contains("VIRTUAL_ENV_PROMPT=\"my-project\""));
36+
assert!(contents.contains("VIRTUAL_ENV_PROMPT=\"(my-project) \""));
3737
}
3838
#[cfg(windows)]
3939
{

0 commit comments

Comments
 (0)