Skip to content

Commit

Permalink
Merge branch 'main' into scala3_play
Browse files Browse the repository at this point in the history
  • Loading branch information
mbryzek committed Jun 26, 2024
2 parents 4c0d07e + 1ad50f7 commit 36997f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object MockFactoriesGenerator extends CodeGenerator {

private[this] def needsWrapper(datatype: ScalaDatatype): Boolean = {
datatype match {
case _: ScalaPrimitive.Model | _: ScalaPrimitive.GeneratedModel | _: ScalaPrimitive.Union => {
case _: ScalaPrimitive.Enum | _: ScalaPrimitive.Model | _: ScalaPrimitive.GeneratedModel | _: ScalaPrimitive.Union => {
false
}
case _ => true
Expand Down

0 comments on commit 36997f5

Please sign in to comment.