Skip to content

Commit

Permalink
Improve test (never push without testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvanhovell committed Jan 2, 2016
1 parent daa123b commit 4d5d162
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ class RowTest extends FunSpec with Matchers {

describe("row immutability") {
val values = Seq(1, 2, "3", "IV", 6L)
val externalRow = Row(values)
val externalRow = Row.fromSeq(values)
val internalRow = InternalRow.fromSeq(values)

def modifyValues(values: Seq[Any]): Seq[Any] = {
Expand Down

0 comments on commit 4d5d162

Please sign in to comment.