Skip to content

Commit c5e1031

Browse files
committed
fix tests
1 parent 7129219 commit c5e1031

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/test/kotlin/com/emberjs/navigation/EmberGotoRelatedProviderTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,7 @@ class EmberGotoRelatedProviderTest : BasePlatformTestCase() {
118118

119119
private fun doTest(fixtureName: String, tests: Map<String, List<String>>) {
120120

121-
// Load fixture files into the project
122121

123-
FileBasedIndex.getInstance().apply {
124-
invalidateCaches()
125-
requestRebuild(EmberNameIndex.NAME)
126-
}
127122
val root = myFixture.copyDirectoryToProject(fixtureName, "/")
128123

129124
val project = myFixture.project

src/test/kotlin/com/emberjs/navigation/EmberTestFinderTest.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ class EmberTestFinderTest : BasePlatformTestCase() {
4141
override fun getTestDataPath() = FIXTURES_PATH.toString()
4242

4343
private fun doTest(fixtureName: String, tests: Map<String, List<String>>) {
44-
// Load fixture files into the project
45-
// Rebuild index now that the `package.json` file is copied over
46-
FileBasedIndex.getInstance().requestRebuild(EmberNameIndex.NAME)
47-
48-
4944
val root = myFixture.copyDirectoryToProject(fixtureName, "/")
5045

5146

0 commit comments

Comments
 (0)