Skip to content

Commit

Permalink
Update cognitive/src/test/scala/com/microsoft/azure/synapse/ml/cognit…
Browse files Browse the repository at this point in the history
…ive/translate/TranslatorSuite.scala
  • Loading branch information
mhamilton723 authored Oct 27, 2023
1 parent 199ab2b commit 4e657a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class TranslateSuite extends TransformerFuzzing[Translate]
.setOutputCol("translation")
.setConcurrency(5)
val result4 = getTranslationTextResult(translate2, textDf6).collect()
assert(result4(0).getSeq(0).mkString("") .contains(""))
assert(result4(0).getSeq(0).mkString("").contains(""))
assert(result4(1).get(0) == null)
assert(result4(2).get(0) == null)
}
Expand Down

0 comments on commit 4e657a2

Please sign in to comment.