We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae934c commit a2404deCopy full SHA for a2404de
src/test/scala/com/github/swagger/pekko/converter/ModelPropertyParserTest.scala
@@ -134,7 +134,7 @@ class ModelPropertyParserTest extends AnyFlatSpec with Matchers {
134
model.get.getProperties should not be (null)
135
val optBoolean = model.get.getProperties().get("optBoolean")
136
optBoolean should not be (null)
137
- optBoolean shouldBe a [Schema[_]]
+ optBoolean shouldBe a [BooleanSchema]
138
nullSafeList(model.get.getRequired) shouldBe empty
139
}
140
0 commit comments