Skip to content

Commit

Permalink
DONOTMERGE: get outputs in different OS
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Jul 24, 2023
1 parent 5175a38 commit 5238c9b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ void native_dependency(MavenExecutionResult result) throws IOException {
}

String expectedContent = Files.readString(expectedFingerprint);
System.out.println(actualFingerprint);

assertThat(actualFingerprint).isRegularFile().hasContent(expectedContent);
// assertThat(actualFingerprint).isRegularFile().hasContent(expectedContent);
}

@DisplayName("Different fingerprint should be generated for sub-modules")
Expand Down

0 comments on commit 5238c9b

Please sign in to comment.