Skip to content

Commit

Permalink
Update testRepeat to use new parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
miland-db committed Mar 25, 2024
1 parent 3195cda commit 702c90f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class CollationStringExpressionsSuite extends QueryTest

test("REPEAT check output type on explicitly collated string") {
def testRepeat(expected: String, collationId: Int, input: String, n: Int): Unit = {
val s = Literal.create(input, StringType(stringType))
val s = Literal.create(input, StringType(collationId))

checkEvaluation(Collation(StringRepeat(s, Literal.create(n))).replacement, expected)
}
Expand Down

0 comments on commit 702c90f

Please sign in to comment.