Skip to content

Commit 7e5dfc1

Browse files
fix: tests
1 parent 54838dd commit 7e5dfc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/kotlin/test/tests/extractors/ExtractorTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ class ExtractorTest : Spek({
195195
val line = "import kategory.optics.*"
196196
val lib = "kategory"
197197
assertExtractsImport(lib, line, KotlinExtractor())
198+
}
199+
}
198200

199201
given("import cv2 or cv") {
200202
it("imports opencv") {

0 commit comments

Comments
 (0)