Skip to content

Commit a2404de

Browse files
committed
enhance test
1 parent 5ae934c commit a2404de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/com/github/swagger/pekko/converter/ModelPropertyParserTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class ModelPropertyParserTest extends AnyFlatSpec with Matchers {
134134
model.get.getProperties should not be (null)
135135
val optBoolean = model.get.getProperties().get("optBoolean")
136136
optBoolean should not be (null)
137-
optBoolean shouldBe a [Schema[_]]
137+
optBoolean shouldBe a [BooleanSchema]
138138
nullSafeList(model.get.getRequired) shouldBe empty
139139
}
140140

0 commit comments

Comments
 (0)