@Test
    void parsesDays() throws Exception {
        assertThat(Duration.parse("1d"))
            .isEqualTo(Duration.days(1));