Skip to content

Commit ee78d97

Browse files
committed
fix test assertion
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent fdb0a03 commit ee78d97

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/cli/test_sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def test_sync_command():
105105

106106
# Verify output contains project info
107107
assert "Syncing project: test-project" in result.stdout
108-
assert "Project path: /private/var" in result.stdout
109108

110109
# Verify the function was called with verbose=True
111110
mock_run_sync.assert_called_once_with(verbose=True)

0 commit comments

Comments
 (0)