Skip to content

Commit

Permalink
feat(objectionary#2746): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Dec 28, 2023
1 parent 9a4c4e1 commit 76b56a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ final class OptCachedTest {
@Disabled
@Test
void returnsFromCacheIfXmlAlreadyInCache(@TempDir final Path tmp) throws IOException {
final XML program = OptCachedTest.program(ZonedDateTime.now(), "same");
final XML program = OptCachedTest.program(ZonedDateTime.now());
OptCachedTest.save(tmp, program);
MatcherAssert.assertThat(
"We expected that the program will be returned from the cache",
Expand Down

0 comments on commit 76b56a8

Please sign in to comment.