From c2662f7def44976b84ed4fc13806a30e2538c38c Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Wed, 27 Dec 2023 13:46:02 +0300 Subject: [PATCH] #175 name --- src/test/java/com/jcabi/log/FileDecorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/com/jcabi/log/FileDecorTest.java b/src/test/java/com/jcabi/log/FileDecorTest.java index 9ce0d25d..74745699 100644 --- a/src/test/java/com/jcabi/log/FileDecorTest.java +++ b/src/test/java/com/jcabi/log/FileDecorTest.java @@ -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") ); }