Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterITA committed Jun 4, 2024
1 parent c99f92e commit 06fced8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ class S3FileManagerTest
files <- fileManager.getAllFiles("testBucket")("")
} yield files

val files = filesF.futureValue
val files = filesF.futureValue
val contentMap = files.map { case (k, v) => (k, new String(v)) }
val expected = Map(
val expected = Map(
"rootFile" -> "rootFile",
"testFolder/testFile" -> "testFile",
"testFolder/nestedFolder/nestedFile" -> "nestedFile"
Expand Down

0 comments on commit 06fced8

Please sign in to comment.