Skip to content

Commit a31131f

Browse files
committed
Scala: Help the older scala compiler
1 parent ac15365 commit a31131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-scala/src/test/scala/org/mongodb/scala/model/AggregatesSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ class AggregatesSpec extends BaseSpec {
536536

537537
it should "render $densify" in {
538538
toBson(
539-
densify(
539+
Aggregates.densify(
540540
"fieldName",
541541
fullRangeWithStep(1)
542542
)

0 commit comments

Comments
 (0)