Skip to content

Commit

Permalink
chore: Rename directory for `directory exists and has two files with …
Browse files Browse the repository at this point in the history
…same size and different content` test
  • Loading branch information
guicamest committed Oct 13, 2023
1 parent 4eef1ea commit 7a4edc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class DuplicateFinderTest {

@Test
fun `directory exists and has two files with same size and different content`(){
val directoryWith2DifferentFiles = createTempDirectory("directoryWith2DifferentFiles")
val directoryWith2DifferentFiles = createTempDirectory("directoryWith2FilesSameSizeDifContent")
val hiFile = createTempFile(directory = directoryWith2DifferentFiles).apply { writeText("hi") }
val byFile = createTempFile(directory = directoryWith2DifferentFiles).apply { writeText("by") }
assertThat(hiFile).hasSize(byFile.fileSize())
Expand Down

0 comments on commit 7a4edc7

Please sign in to comment.