From 8b002fc074b94ce1978981c52d92be8d44b6fced Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sat, 29 May 2021 14:11:46 -0500 Subject: [PATCH] Cleanup --- .../com/jzbrooks/vgo/svg/ScalableVectorGraphicReaderTests.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/vgo/src/test/kotlin/com/jzbrooks/vgo/svg/ScalableVectorGraphicReaderTests.kt b/vgo/src/test/kotlin/com/jzbrooks/vgo/svg/ScalableVectorGraphicReaderTests.kt index 3564d95d..88d148a5 100644 --- a/vgo/src/test/kotlin/com/jzbrooks/vgo/svg/ScalableVectorGraphicReaderTests.kt +++ b/vgo/src/test/kotlin/com/jzbrooks/vgo/svg/ScalableVectorGraphicReaderTests.kt @@ -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)