Skip to content

Commit

Permalink
Logging to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ramari16 committed Oct 8, 2024
1 parent 0a64930 commit 3c71284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public enum BuildIntegrationTestEnvironment {
INSTANCE;

private static final String PHENOTYPIC_DATA_DIRECTORY = "./target/test-classes/phenotypic/";
private static final String PHENOTYPIC_DATA_DIRECTORY = "target/test-classes/phenotypic/";
private final String VCF_INDEX_FILE = "./src/test/resources/test_vcfIndex.tsv";
private final String STORAGE_DIR = "./target/";
private final String MERGED_DIR = "./target/merged/";
Expand Down

0 comments on commit 3c71284

Please sign in to comment.