Skip to content

Commit b1ed92f

Browse files
committed
clean up
1 parent de0cb55 commit b1ed92f

File tree

1 file changed

+1
-1
lines changed
  • openapi-parser/src/test/kotlin/io/openapiparser/model/v31

1 file changed

+1
-1
lines changed

openapi-parser/src/test/kotlin/io/openapiparser/model/v31/TagSpec.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class TagSpec: StringSpec({
2121
tag32("name: the name").name shouldBe "the name"
2222
}
2323

24-
"gets tag name is null if missing" {
24+
"gets tag name throws if missing" {
2525
shouldThrow<NoValueException> { tag31().name }
2626
shouldThrow<NoValueException> { tag32().name }
2727
}

0 commit comments

Comments
 (0)