Skip to content

Commit

Permalink
refactor: move xpath tests to correct package
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 11, 2023
1 parent acbb641 commit e849d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.asyncapi.plugin.idea._core
package com.asyncapi.plugin.idea._core.xpath

import com.asyncapi.plugin.idea._core.xpath.JsonFileXPath
import com.intellij.json.psi.JsonFile
import com.intellij.lang.Language
import com.intellij.psi.PsiFileFactory
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.asyncapi.plugin.idea._core
package com.asyncapi.plugin.idea._core.xpath

import com.asyncapi.plugin.idea._core.xpath.YamlFileXPath
import com.intellij.lang.Language
import com.intellij.psi.PsiFileFactory
import com.intellij.testFramework.fixtures.BasePlatformTestCase
Expand Down

0 comments on commit e849d3b

Please sign in to comment.