fixes a test that should be using writable fixture

This commit is contained in:
Kiril Videlov 2024-09-06 15:18:09 +02:00
parent 49dd5431b0
commit df4d6ac099
No known key found for this signature in database
GPG Key ID: A4C733025427C471

View File

@ -9,7 +9,7 @@ use gitbutler_operating_modes::{
/// with the new name.
#[test]
fn works_on_integration_branch() -> anyhow::Result<()> {
let ctx = gitbutler_testsupport::read_only::fixture(
let (ctx, _temp_dir) = gitbutler_testsupport::writable::fixture(
"for-workspace-migration.sh",
"workspace-migration",
)?;