Skip to content

Commit 6874c6a

Browse files
committed
test(amazonq): update tests for messages at different remaining iteration counts
1 parent fe8b376 commit 6874c6a

File tree

1 file changed

+1
-1
lines changed
  • plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller

1 file changed

+1
-1
lines changed

plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonqFeatureDev/controller/FeatureDevControllerTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ class FeatureDevControllerTest : FeatureDevTestBase() {
494494
val totalIterations = 10
495495

496496
for (remainingIterations in -1 until totalIterations) {
497-
// remainingIterations < 0 to represent the null case
497+
// remainingIterations < 0 is to represent the null case
498498
val message = if (remainingIterations > 2 || remainingIterations < 0) {
499499
message("amazonqFeatureDev.code_generation.stopped_code_generation_no_iteration_count_display")
500500
} else if (remainingIterations > 0) {

0 commit comments

Comments
 (0)