Skip to content

Commit

Permalink
Fix EB test
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinBoulongne committed May 13, 2024
1 parent aa7109a commit 665f87b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class FormatterFileSizeTest {
}

@Test
fun `1_890_000_000_000_000_000 is rounded to 1,6 EB`() {
Assert.assertEquals("1.6", context.formatShortFileSize(bytes = 1_890_000_000_000_000_000L, valueOnly = true))
fun `1_890_000_000_000_000_000 is rounded to 1679 PB`() {
Assert.assertEquals("1679", context.formatShortFileSize(bytes = 1_890_000_000_000_000_000L, valueOnly = true))
}
}

0 comments on commit 665f87b

Please sign in to comment.