We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d4e93 commit 980011eCopy full SHA for 980011e
driver-scala/src/test/scala/org/mongodb/scala/ApiAliasAndCompanionSpec.scala
@@ -396,17 +396,6 @@ class ApiAliasAndCompanionSpec extends BaseSpec {
396
.map(_.getSimpleName)
397
.toSet ++ packageObjects -- scalaExclusions
398
399
- println(
400
- new Reflections(scalaPackageName, new SubTypesScanner(false))
401
- .getSubTypesOf(classOf[Object])
402
- .asScala
403
- .filter(classFilter)
404
- .filter(f => f.getPackage.getName == scalaPackageName)
405
- .toSet
406
- )
407
- println("====")
408
- println(local)
409
-
410
diff(local, wrapped) shouldBe empty
411
}
412
0 commit comments