Skip to content

Commit 0499a37

Browse files
committed
keep the examples sequential as an added safety net
1 parent e2ba7ca commit 0499a37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

persistence/mongodb-record/src/test/scala/net/liftweb/mongodb/record/MongoFieldSpec.scala

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ object MongoFieldSpec extends Specification("MongoField Specification") with Mon
8383
}
8484

8585
"support mandatory fields" in {
86+
setSequential()
8687

8788
"which are configured correctly" in {
8889
mandatory.optional_? must_== false
@@ -104,6 +105,7 @@ object MongoFieldSpec extends Specification("MongoField Specification") with Mon
104105
}
105106

106107
"support 'legacy' optional fields (override optional_?)" in {
108+
setSequential()
107109

108110
"which are configured correctly" in {
109111
legacyOptional.optional_? must_== true

0 commit comments

Comments
 (0)