Skip to content

Commit

Permalink
Work around a flaky test (#24).
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Oct 27, 2024
1 parent 83cc877 commit a78c496
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ class EFUploadServiceTest {
val file =
ContentTreeFile(
OffsetDateTime.now(),
EFContentPath(URI.create("content://xyx"), listOf("Example", "File.txt")),
URI.create("content://xyx/File.txt")
EFContentPath(URI.create("content://xyx"), listOf("Example", "OneFile.txt")),
URI.create("content://xyx/OneFile.txt")
)
directory.childrenField.add(file)
this.contentTrees.next = directory
Expand Down

0 comments on commit a78c496

Please sign in to comment.