We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dd543 commit df4d6acCopy full SHA for df4d6ac
crates/gitbutler-branch-actions/tests/virtual_branches/workspace_migration.rs
@@ -9,7 +9,7 @@ use gitbutler_operating_modes::{
9
/// with the new name.
10
#[test]
11
fn works_on_integration_branch() -> anyhow::Result<()> {
12
- let ctx = gitbutler_testsupport::read_only::fixture(
+ let (ctx, _temp_dir) = gitbutler_testsupport::writable::fixture(
13
"for-workspace-migration.sh",
14
"workspace-migration",
15
)?;
0 commit comments