Skip to content

Commit

Permalink
Remove no longer relevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
techncl committed Oct 23, 2023
1 parent 7f7afad commit 25a6d0e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ class DAS3ClientTest extends AnyFlatSpec with MockitoSugar {
}

"listCommonPrefixes" should "return a publisher with the expected common prefixes" in {
// You can't mock/spy on the publisher properly due to the commonPrefix method being final,
// so this test just makes sure that method returns a SdkPublisher[String] in case

val asyncClientMock = mock[S3AsyncClient]

val listObjectsV2Request = ListObjectsV2Request.builder
Expand Down

0 comments on commit 25a6d0e

Please sign in to comment.