Skip to content

Commit

Permalink
Copy test resources to the temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gayaldassanayake committed Aug 14, 2024
1 parent 5e1c13d commit f1613b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,12 @@
import org.testng.annotations.Test;

import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;

import static org.apache.maven.artifact.Artifact.LATEST_VERSION;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ private static Optional<Path> getBalaPath(String packageName, Path packagePath,
return Optional.empty();
}

// TODO: understand the chatgpt generated code
private static void updateBallerinaVersionOfBala(Path balaFilePath) throws IOException {
Path tempDir = Files.createTempDirectory(balaFilePath.getFileName().toString());
try {
Expand Down

0 comments on commit f1613b6

Please sign in to comment.