Skip to content

Commit

Permalink
#175 name
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 27, 2023
1 parent fae1141 commit c2662f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/log/FileDecorTest.java
Expand Up @@ -64,7 +64,7 @@ void simplyWorksOnUnix() {
@EnabledOnOs(OS.WINDOWS)
void simplyWorksOnWindows() {
MatcherAssert.assertThat(
new Printed(new FileDecor("D:\\a\\b\\foo.txt"), 0, 0, 0).toString(),
new Printed(new FileDecor("F:\\hahaha\\b\\foo.txt"), 0, 0, 0).toString(),
Matchers.endsWith("foo.txt")
);
}
Expand Down

0 comments on commit c2662f7

Please sign in to comment.