Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Schuster <[email protected]>
  • Loading branch information
phip1611 committed Sep 18, 2020
1 parent ca85dfa commit a997ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/de/phip1611/ProcessDocxUserFileTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
public class ProcessDocxUserFileTest {

private static final String SOURCE_DOCX_PATH = "src/test/resources/source.docx";
//private static final String DEST_DOCX_PATH = "/Users/phip1611/Desktop/test-processed.docx";
private static final String DEST_DOCX_PATH = "C:/Users/plsh/Desktop/test-processed.docx";
private static final String DEST_DOCX_PATH = "/Users/<replace user>/Desktop/test-processed.docx";
// private static final String DEST_DOCX_PATH = "C:/Users/<replace user>/Desktop/test-processed.docx";

@Test
// Unignore to execute and test this;
Expand All @@ -54,7 +54,7 @@ public class ProcessDocxUserFileTest {
public void processDocxTest() {
Map<String, String> placeholderMap = new HashMap<>();
// Line breaks works as well
placeholderMap.put("${NAME}", "Phi\nlipp");
placeholderMap.put("${NAME}", "Philipp");
placeholderMap.put("${SURNAME}", "Schuster");
placeholderMap.put("${PLACE_OF_BIRTH}", "GERMANY");

Expand Down

0 comments on commit a997ee6

Please sign in to comment.