We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce6d7d5 commit 6196000Copy full SHA for 6196000
1 file changed
core/src/main/kotlin/org/evomaster/core/mongo/MongoInsertBuilder.kt
@@ -2,6 +2,6 @@ package org.evomaster.core.mongo
2
3
class MongoInsertBuilder {
4
fun createMongoInsertionAction(database: String, collection: String, documentsType: String): MongoDbAction{
5
- return MongoDbAction(database, collection, documentsType)
+ return MongoDbAction(database, collection, documentsType).apply { forceNewTaints() }
6
}
7
0 commit comments