Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 8, 2024
1 parent c0b8fba commit 0d2da11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ void writesToConsole(@Mktmp final Path temp) throws IOException {
new String(
Files.readAllBytes(Paths.get(file.getAbsolutePath())), StandardCharsets.UTF_8
),
Matchers.equalTo(msg)
Matchers.containsString(msg)
);
}

Expand Down

0 comments on commit 0d2da11

Please sign in to comment.