There was an error while loading. Please reload this page.
1 parent de0cb55 commit b1ed92fCopy full SHA for b1ed92f
openapi-parser/src/test/kotlin/io/openapiparser/model/v31/TagSpec.kt
@@ -21,7 +21,7 @@ class TagSpec: StringSpec({
21
tag32("name: the name").name shouldBe "the name"
22
}
23
24
- "gets tag name is null if missing" {
+ "gets tag name throws if missing" {
25
shouldThrow<NoValueException> { tag31().name }
26
shouldThrow<NoValueException> { tag32().name }
27
0 commit comments