Skip to content

Commit

Permalink
fix git build
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Dec 9, 2023
1 parent 0d9ca0c commit f4d28b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/edu/hw10/task2/CacheProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,5 @@ public void create_whenPersist(){
Path cacheFile = Path.of(cachePath + "/" + key + ".txt");

assertThat(actual).isEqualTo(expected);
assertThat(cacheFile.toFile().exists()).isTrue();
cacheFile.toFile().delete();
}
}

0 comments on commit f4d28b1

Please sign in to comment.