One more test fix

This commit is contained in:
James Agnew 2019-05-30 21:57:49 -04:00
parent 95af87f658
commit c811fe8a2f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class ExportConceptMapToCsvCommandR4Test {
private static final String CS_URL_1 = "http://example.com/codesystem/1";
private static final String CS_URL_2 = "http://example.com/codesystem/2";
private static final String CS_URL_3 = "http://example.com/codesystem/3";
private static final String FILE = "./target/output.csv";
private static final String FILE = new File("./target/output.csv").getAbsolutePath();
private static String ourBase;
private static IGenericClient ourClient;