repository tree cleanup

This commit is contained in:
dal 2025-08-12 11:46:15 -06:00
parent 9052bc6251
commit 4a241ce419
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ describe('runGetRepositoryTreeStep', () => {
vi.mocked(mockSandbox.process.executeCommand).mockResolvedValueOnce({
result: '/home/workspace',
exitCode: 0,
stderr: '',
});
// Mock the tree helper to return a successful result
@ -96,7 +95,6 @@ describe('runGetRepositoryTreeStep', () => {
vi.mocked(mockSandbox.process.executeCommand).mockResolvedValueOnce({
result: '/home/workspace',
exitCode: 0,
stderr: '',
});
// Mock the tree helper to return a failure
@ -172,7 +170,6 @@ describe('runGetRepositoryTreeStep', () => {
vi.mocked(mockSandbox.process.executeCommand).mockResolvedValueOnce({
result: '/home/workspace',
exitCode: 0,
stderr: '',
});
// Mock the tree helper to throw an error