Skip to content

Commit

Permalink
Max minor tokens (#14)
Browse files Browse the repository at this point in the history
* fix test case
  • Loading branch information
kortemik authored Oct 12, 2023
1 parent ae2935e commit fc7a6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/TokenAggregatorTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TokenAggregatorTest {

var rowDataset = rowMemoryStream.toDF

val tokenAggregator = new TokenAggregator("_raw")
val tokenAggregator = new TokenAggregator("_raw", 32)
val tokenAggregatorColumn = tokenAggregator.toColumn

rowDataset = rowDataset
Expand Down

0 comments on commit fc7a6fd

Please sign in to comment.