Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasternak committed Oct 3, 2024
1 parent 22946f9 commit f92c142
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public File decode(ArtifactLocation artifactLocation) {

intellijRule.registerApplicationService(BlazeExecutor.class, new MockBlazeExecutor());

intellijRule.registerExtensionPoint(BuildSystemProvider.EP_NAME, BuildSystemProvider.class)
intellijRule.registerExtensionPoint(BuildSystemProvider.EP_NAME, BuildSystemProvider.class);
intellijRule.registerExtension(BuildSystemProvider.EP_NAME, new BazelBuildSystemProvider());
setupProjectData();
setProjectView(
Expand Down

0 comments on commit f92c142

Please sign in to comment.