Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hasani committed Sep 19, 2024
1 parent 73e5624 commit bd64226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/codewhisperer/models/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ export const chooseTargetVersionFormTitle = 'Choose the target code version'
export const skipUnitTestsFormTitle = 'Choose to skip unit tests'

export const skipUnitTestsFormMessage =
'I will build your app using `mvn test` by default. If you would like to skip running unit tests to reduce build time, I will use `mvn test-compile`.'
'I will build your app using `mvn test` by default. If you would like to skip running unit tests, I will use `mvn test-compile`.'

export const doNotSkipUnitTestsMessage = 'Do not skip unit tests'

Expand Down

0 comments on commit bd64226

Please sign in to comment.