Skip to content

Commit 617b06f

Browse files
committed
refactor: remove double semicolon #28
1 parent f8f99af commit 617b06f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/test/java/ch/puzzle/pcts/ApplicationAvailabilityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ void shouldBeLive() throws Exception {
5151
.perform(get(BASEURL + "liveness"))
5252
.andExpect(status().isOk())
5353
.andExpect(jsonPath("$.status").value("UP"))
54-
.andExpect(content().string("{\"status\":\"UP\"}"));;
54+
.andExpect(content().string("{\"status\":\"UP\"}"));
5555
}
5656
}

0 commit comments

Comments
 (0)