Skip to content

Commit

Permalink
2023.2 without tests :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Jul 28, 2023
1 parent 308dd6d commit c608ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.jetbrains.com/intellij-repository/snapshots

version = 0.11
ideaVersion = 2023.1
ideaVersion = 2023.2
javaVersion = 17
javaTargetVersion = 17
buildNumber = SNAPSHOT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected void localFileSystemSetUp() throws Exception {
});

IdeaTestFixtureFactory factory = IdeaTestFixtureFactory.getFixtureFactory();
TestFixtureBuilder<IdeaProjectTestFixture> fixtureBuilder = factory.createLightFixtureBuilder(getProjectDescriptor());
TestFixtureBuilder<IdeaProjectTestFixture> fixtureBuilder = factory.createLightFixtureBuilder(getProjectDescriptor(), getProject().getName());

IdeaProjectTestFixture fixture = fixtureBuilder.getFixture();
myFixture = IdeaTestFixtureFactory.getFixtureFactory().createCodeInsightFixture(fixture, new TempDirTestFixtureImpl());
Expand Down

0 comments on commit c608ee5

Please sign in to comment.