Skip to content

Commit

Permalink
fixup! Prevent nesting properties
Browse files Browse the repository at this point in the history
remove extraneous `p.freeze()`
  • Loading branch information
NthPortal authored Aug 22, 2020
1 parent 92c74c3 commit 29bd318
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ object NoPropertyNestingSpecification extends Properties("Properties.no nesting"
}
}

p.freeze() // don't have a good way of testing how sbt does this
val results = for ((name, prop) <- p.properties) yield prop(Gen.Parameters.default)
results match {
case collection.Seq(res) => res.status match {
Expand Down

0 comments on commit 29bd318

Please sign in to comment.