We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947d665 commit 55185d0Copy full SHA for 55185d0
client/src/test/java/io/avaje/http/client/UrlBuilderTest.java
@@ -20,7 +20,7 @@ void path() {
20
assertThat(new UrlBuilder("https://foo").path("bar").build()).isEqualTo("https://foo/bar");
21
}
22
23
-` @Test
+ @Test
24
void path_otherTypes() {
25
LocalDate date = LocalDate.of(2020, 5, 12);
26
UUID uuid = UUID.randomUUID();
0 commit comments