Skip to content

Commit

Permalink
Remove unused test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfdctaka committed Jun 18, 2023
1 parent c3a8411 commit 42d4dbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/suite/commands/configureProjectCommand.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ suite('Configure Project Command Test Suite', () => {
'git config --global user.email'
);
} catch {
console.error('fff');
await CommonUtils.executeCommandAsync(
'git config --global user.email "[email protected]"'
);
Expand All @@ -130,7 +129,6 @@ suite('Configure Project Command Test Suite', () => {
'git config --global user.name'
);
} catch {
console.error('ggg');
await CommonUtils.executeCommandAsync(
'git config --global user.name "Your Name"'
);
Expand Down

0 comments on commit 42d4dbd

Please sign in to comment.