Skip to content

Commit 97c1aed

Browse files
nicksenapclaude
andcommitted
Fix formatting in test_workspace.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8d9194f commit 97c1aed

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_workspace.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def test_auto_creates_branch(self, tmp_grove):
114114
):
115115
ws = workspace.create_workspace("test", {"svc-api": repo_path}, "feat/new", cfg)
116116
assert ws is not None
117-
mock_create.assert_called_once_with(
118-
repo_path, "feat/new", start_point="origin/main"
119-
)
117+
mock_create.assert_called_once_with(repo_path, "feat/new", start_point="origin/main")
120118

121119

122120
class TestSetupHook:

0 commit comments

Comments
 (0)