Skip to content

Commit

Permalink
Reverted deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
shagtv committed Feb 7, 2020
1 parent a311363 commit 81afed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/com/badoo/liveprof/plugin/test/LineMarkerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import com.badoo.liveprof.plugin.LiveProfStorage
import com.badoo.liveprof.plugin.Settings
import com.intellij.codeInsight.daemon.LineMarkerInfo
import com.intellij.codeInsight.daemon.impl.LineMarkersPass
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase
import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase
import junit.framework.TestCase

class LineMarkerTest : LightJavaCodeInsightFixtureTestCase() {
class LineMarkerTest : LightCodeInsightFixtureTestCase() {
override fun getTestDataPath() =
"src/test/kotlin/com/badoo/liveprof/plugin/test/testData/"

Expand Down

0 comments on commit 81afed4

Please sign in to comment.