Merge pull request #4841 from gitbutlerapp/workspace-migration-fix-branch

fixes a test that should be using writable fixture
This commit is contained in:
Kiril Videlov 2024-09-06 15:55:51 +02:00 committed by GitHub
commit 245c8dfd1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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",
)?;