Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed May 29, 2021
1 parent 5a82c1b commit 8b002fc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ class ScalableVectorGraphicReaderTests {

val graphic: Graphic = parse(unknownElementDocument.firstChild)

val unknown = graphic.elements.first() as Extra

assertThat(graphic::elements).index(0).isInstanceOf(Extra::class).all {
prop(Extra::name).isEqualTo("bicycle")
prop(Extra::elements).containsExactly(expectedChild)
Expand Down

0 comments on commit 8b002fc

Please sign in to comment.