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 c68bab4 commit 4a40ee5Copy full SHA for 4a40ee5
driver-scala/src/test/scala/org/mongodb/scala/ApiAliasAndCompanionSpec.scala
@@ -90,7 +90,9 @@ class ApiAliasAndCompanionSpec extends BaseSpec {
90
"SyncMongoCluster",
91
"SyncGridFSBucket",
92
"SyncMongoDatabase",
93
- "SyncClientEncryption"
+ "SyncClientEncryption",
94
+ "BaseClientUpdateOptions",
95
+ "BaseClientDeleteOptions"
96
)
97
val scalaExclusions = Set(
98
"BuildInfo",
0 commit comments