Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hvadehra committed Jan 15, 2024
1 parent 9c975b0 commit f020e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3487,7 +3487,7 @@ public void testRunIjarWithOutputParameterIsPrivateApi() throws Exception {

@Test
public void testPackSourcesWithExternalResourceArtifact() throws Exception {
JavaTestUtil.writeBuildFileForJavaToolchain(scratch);
JavaToolchainTestUtil.writeBuildFileForJavaToolchain(scratch);
scratch.file(
"foo/custom_rule.bzl",
"def _impl(ctx):",
Expand Down

0 comments on commit f020e14

Please sign in to comment.