mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
Merge pull request #4841 from gitbutlerapp/workspace-migration-fix-branch
fixes a test that should be using writable fixture
This commit is contained in:
commit
245c8dfd1c
@ -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",
|
||||
)?;
|
||||
|
Loading…
Reference in New Issue
Block a user