Skip to content

Commit 2c117b6

Browse files
author
Justin Lee
committed
remove unused variable
1 parent 36e12cf commit 2c117b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-core/src/test/functional/com/mongodb/client/model/AggregatesFunctionalSpecification.groovy

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ class AggregatesFunctionalSpecification extends OperationFunctionalSpecification
449449

450450
helper.drop()
451451

452-
def random = new SecureRandom()
453452
(0..2000).each {
454453
def document = new Document('price', it * 5.01D)
455454
helper.insertDocuments(document)

0 commit comments

Comments
 (0)