We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ba7ca commit 0499a37Copy full SHA for 0499a37
persistence/mongodb-record/src/test/scala/net/liftweb/mongodb/record/MongoFieldSpec.scala
@@ -83,6 +83,7 @@ object MongoFieldSpec extends Specification("MongoField Specification") with Mon
83
}
84
85
"support mandatory fields" in {
86
+ setSequential()
87
88
"which are configured correctly" in {
89
mandatory.optional_? must_== false
@@ -104,6 +105,7 @@ object MongoFieldSpec extends Specification("MongoField Specification") with Mon
104
105
106
107
"support 'legacy' optional fields (override optional_?)" in {
108
109
110
111
legacyOptional.optional_? must_== true
0 commit comments