Skip to content

Commit

Permalink
Update Base.java
Browse files Browse the repository at this point in the history
  • Loading branch information
giis-qabot authored Dec 8, 2024
1 parent fb694b7 commit 0ca77a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected void assertModelMermaid(String fileName, String mermaidModel) throws I
protected void assertModelFile(String fileName, String actualFile) throws IOException {
// saves actual in target, reads expected file from resources and performs the
// assert
fileWrite(TEST_PATH_OUTPUT, fileName, actualFile.toString());
fileWrite(TEST_PATH_OUTPUT, fileName, actualFile);
actualFile = actualFile.replace("\r", "");
String expected = fileRead(TEST_PATH_BENCHMARK, fileName).replace("\r", "");
new VisualAssert().setFramework(Framework.JUNIT4).setBrightColors(true)
Expand Down

0 comments on commit 0ca77a6

Please sign in to comment.