mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 09:39:04 +00:00
Polishing
This commit is contained in:
@@ -43,7 +43,7 @@ public class DataSizeTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void ofKilobytesToKiloBbtes() {
|
||||
public void ofKilobytesToKilobytes() {
|
||||
assertEquals(1024, DataSize.ofKilobytes(1024).toKilobytes());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user