@Test
    void parsesGigabytes() {
        assertThat(DataSize.parse("2G"))
                .isEqualTo(DataSize.gigabytes(2));