Skip to content

Commit 245c8df

Browse files
authored
Merge pull request #4841 from gitbutlerapp/workspace-migration-fix-branch
fixes a test that should be using writable fixture
2 parents d4fd20b + df4d6ac commit 245c8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/gitbutler-branch-actions/tests/virtual_branches/workspace_migration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use gitbutler_operating_modes::{
99
/// with the new name.
1010
#[test]
1111
fn works_on_integration_branch() -> anyhow::Result<()> {
12-
let ctx = gitbutler_testsupport::read_only::fixture(
12+
let (ctx, _temp_dir) = gitbutler_testsupport::writable::fixture(
1313
"for-workspace-migration.sh",
1414
"workspace-migration",
1515
)?;

0 commit comments

Comments
 (0)