Skip to content

Commit

Permalink
Merge branch 'yair/code_lens_tests' of github.com:codota/tabnine-inte…
Browse files Browse the repository at this point in the history
…llij into yair/code_lens_tests

# Conflicts:
#	Tabnine/src/test/kotlin/TabnineLensIntegrationTest.kt
  • Loading branch information
amircodota committed Dec 10, 2023
2 parents aae0a96 + b592bc1 commit 0bed083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tabnine/src/test/kotlin/TabnineLensIntegrationTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.junit.Test
class TabnineLensIntegrationTest : LightPlatformCodeInsightFixture4TestCase() {

@Test
fun `should show inlay hints for a java class and function`() {
fun `should return inlay hints for java function`() {
ApplicationManager.getApplication().replaceService(
CapabilitiesService::class.java,
object : CapabilitiesService() {
Expand All @@ -28,7 +28,7 @@ class TabnineLensIntegrationTest : LightPlatformCodeInsightFixture4TestCase() {
)

myFixture.configureByText(
"foo",
"Test.java",
"public class Test {\n public void test() {\n System.out.println(\"Hello World\");\n }\n}"
)

Expand Down

0 comments on commit 0bed083

Please sign in to comment.