Skip to content

Commit

Permalink
update repoMetadatFilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed Sep 25, 2023
1 parent df24852 commit 35a5102
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ public void testFilesGeneration() throws IOException {
environmentVariables.set("librariesBomVersion", "26.19.0");
environmentVariables.set(
"repoMetadataFilePath",
"/home/alicejli/java-docfx-doclet/third_party/docfx-doclet-143274/src/test/java/com/microsoft/samples/.repo-metadata.json");
"./src/test/java/com/microsoft/samples/.repo-metadata.json");
assertEquals("0.18.0", System.getenv("artifactVersion"));
assertEquals("26.19.0", System.getenv("librariesBomVersion"));
assertEquals(
"/home/alicejli/java-docfx-doclet/third_party/docfx-doclet-143274/src/test/java/com/microsoft/samples/.repo-metadata.json",
"./src/test/java/com/microsoft/samples/.repo-metadata.json",
System.getenv("repoMetadataFilePath"));

DocletRunner.main(new String[] {PARAMS_DIR});
Expand Down

0 comments on commit 35a5102

Please sign in to comment.