BAEL-7263: Update test name

This commit is contained in:
Constantin 2024-01-30 15:21:19 +02:00
parent 4f0a16e411
commit ebdae78e5e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class HomeControllerIntegrationTest {
}
@Test
public void whenUsingUnlessConditionalAndVariableIsNotDefined_thenVariableIsNotPrinted() throws Exception {
public void whenVariableIsDefined_thenUnlessConditionalIsFalse() throws Exception {
mockMvc.perform(MockMvcRequestBuilders.get("/variable-not-defined"))
.andExpect(status().isOk())
.andExpect(view().name("checkVariableIsDefined.html"))