Skip to content

Commit

Permalink
Pre-deployment fixes and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
psambit9791 committed Jan 4, 2021
1 parent 6d6e51d commit 6090a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/github/psambit9791/jdsp/TestCsv.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void generateResultHashMap(String[] colNames) {
@Test
@Order(1)
public void createTestInputDirectory() {
String dirName = "./test_outputs/";
String dirName = "./test_inputs/";
File directory = new File(dirName);
if (! directory.exists()){
directory.mkdir();
Expand Down

0 comments on commit 6090a88

Please sign in to comment.