Remove railing whitespaces

This commit is contained in:
Azhwani
2022-06-15 19:41:18 +02:00
parent 0347ba71f8
commit 4cb01e186b
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ public class VaultIntegrationTest {
@Autowired
private CredentialsService credentialsService;
@MockBean
private CredentialsRepository credentialsRepository;
@@ -77,7 +77,7 @@ public class VaultIntegrationTest {
assertEquals("username", credentials.getUsername());
assertEquals("password", credentials.getPassword());
}
@Test
@Ignore
public void givenCredentials_whenSave_thenReturnCredentials() {