Skip to content

Commit a6d3e21

Browse files
committed
made some minor updates
1 parent 989e612 commit a6d3e21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin/services/translate/src/main/kotlin/com/kotlin/translate/BatchTranslation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ suspend fun translateDocuments(
9595
jobStatus = response.textTranslationJobProperties?.jobStatus.toString()
9696
println(jobStatus)
9797

98-
if (jobStatus.contains("COMPLETED")) {
98+
if (jobStatus.contains("Completed")) {
9999
break
100100
} else {
101101
print(".")

kotlin/usecases/topics_and_queues/src/test/kotlin/AWSSNSTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class AWSSNSTest {
141141
@Test
142142
@Order(2)
143143
fun testWorkflowNonFIFO() = runBlocking {
144-
val accountId = "814548047983"
144+
val accountId = ""
145145
val topicName: String
146146
val topicArnVal: String?
147147
val sqsQueueName: String

0 commit comments

Comments
 (0)