mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-24 00:14:25 +01:00
fix checkstyle
This commit is contained in:
committed by
Carsten Otto
parent
647de17c17
commit
e7e7bcf374
@@ -32,7 +32,7 @@ class NodeDetailsControllerTest {
|
||||
@Test
|
||||
void testNodeDetailsPage() throws Exception {
|
||||
given(this.pageService.nodeDetails(any())).willReturn(new NodeDetailsPage(NODE_DETAILS_DTO));
|
||||
mockMvc.perform(MockMvcRequestBuilders.get("/node/027abc123abc123abc123abc123123abc123abc123abc123abc123abc123abc121"))
|
||||
mockMvc.perform(MockMvcRequestBuilders.get("/node/" + NODE_DETAILS_DTO.node().toString()))
|
||||
.andExpect(status().isOk());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user