Skip to content

Commit

Permalink
Something wrong?!
Browse files Browse the repository at this point in the history
  • Loading branch information
zxj5470 committed Jun 13, 2019
1 parent cdb0a0a commit 028615f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DocumentationTest : LightCodeInsightFixtureTestCase() {
myFixture.configureByFiles("$sampleName.kt")
myFixture.editor.caretModel.moveToOffset(3)
myFixture.testAction(SmartEnterAction())
myFixture.checkResultByFile("$sampleName.kt.txt")
myFixture.checkResultByFile("$sampleName.txt")
}

@Test fun testConstructors() = byName("constructors")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 028615f

Please sign in to comment.