Skip to content

Commit 327c088

Browse files
committed
Fix tests
1 parent 71b57d8 commit 327c088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/PlainTextLanguageTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import net.sourceforge.pmd.lang.PlainTextLanguage.PlainTextFile
1313
import net.sourceforge.pmd.lang.PmdCapableLanguage
1414
import net.sourceforge.pmd.lang.ast.Parser
1515
import net.sourceforge.pmd.lang.ast.SemanticErrorReporter
16-
import net.sourceforge.pmd.lang.ast.test.IntelliMarker
17-
import net.sourceforge.pmd.lang.ast.test.matchNode
16+
import net.sourceforge.pmd.lang.test.ast.IntelliMarker
17+
import net.sourceforge.pmd.lang.test.ast.matchNode
1818
import net.sourceforge.pmd.lang.document.TextDocument
1919
import net.sourceforge.pmd.lang.document.TextRange2d
2020
import net.sourceforge.pmd.util.fxdesigner.util.AuxLanguageRegistry

src/test/kotlin/net/sourceforge/pmd/util/fxdesigner/util/codearea/TestCaseParsingTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import io.kotest.core.spec.style.FunSpec
88
import io.kotest.matchers.collections.haveSize
99
import io.kotest.matchers.should
1010
import io.kotest.matchers.shouldBe
11-
import net.sourceforge.pmd.lang.ast.test.IntelliMarker
11+
import net.sourceforge.pmd.lang.test.ast.IntelliMarker
1212
import net.sourceforge.pmd.lang.document.TextRegion
1313
import net.sourceforge.pmd.util.fxdesigner.model.ObservableRuleBuilder
1414
import net.sourceforge.pmd.util.fxdesigner.model.testing.TestXmlParser

0 commit comments

Comments
 (0)