Skip to content

Commit

Permalink
Minor adjustments in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MOOOOOSER committed Nov 20, 2023
1 parent bc2591e commit c96b861
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ class ObjectStorageTest {
4096 | s3-zip-aes-test
8192 | s3-zip-aes-test
10000 | s3-zip-aes-test
16384 | s3-zip-aes-test""", delimiter = '|'
16384 | s3-zip-aes-test""",
delimiter = '|'
)
fun `storing and fetching data works as expected`(length: Int, space: String) {

Expand All @@ -97,7 +98,8 @@ class ObjectStorageTest {
@CsvSource(
textBlock = """
fs-test | _
s3-test | _""", delimiter = '|'
s3-test | _""",
delimiter = '|'
)
fun `deleting data works as expected`(space: String) {
val testData = "test".toByteArray(StandardCharsets.UTF_8)
Expand Down

0 comments on commit c96b861

Please sign in to comment.