Skip to content

Commit

Permalink
Revert unwanted change
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Feb 22, 2024
1 parent aa9d240 commit 48b26f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testInvalidSwaggerLocalPath() throws IOException, InterruptedExcepti

@Test
public void testInvalidSwaggerContract() throws IOException, InterruptedException {
Process process = executeRun(DISTRIBUTION_FILE_NAME, TEST_RESOURCE.resolve("project_10"),
Process process = executeRun(DISTRIBUTION_FILE_NAME, TEST_RESOURCE.resolve("project_12"),
new ArrayList<>());
File dir = new File(RESOURCE.resolve("client-idl-projects/project_12/generated/").toString());
Assert.assertFalse(dir.exists());
Expand Down

0 comments on commit 48b26f1

Please sign in to comment.