Skip to content

Commit

Permalink
fix: remove typo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanay Yogesh Shah committed Oct 23, 2024
1 parent 8f2ede1 commit 07949c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void describe('Templategen E2E tests', () => {
const gen2StackName = await runGen2SandboxCommand(projRoot);
assert(gen2StackName);
await runTemplategenCommand(projRoot, gen1StackName, gen2StackName);
// await stackRefactor(projRoot, 'auth', bucketName);
await stackRefactor(projRoot, 'auth', bucketName);
await stackRefactor(projRoot, 'storage', bucketName);
});
});
Expand Down

0 comments on commit 07949c4

Please sign in to comment.