|
@ -36,7 +36,7 @@ class CredentialRepositoryTest { |
|
|
this.credentialRepository.createNewCredential("mock", "mock"); |
|
|
this.credentialRepository.createNewCredential("mock", "mock"); |
|
|
this.credentialRepository.createNewCredential("kek", "mate"); |
|
|
this.credentialRepository.createNewCredential("kek", "mate"); |
|
|
|
|
|
|
|
|
Credential c = this.credentialRepository.getCredentialsViaId(2); |
|
|
|
|
|
|
|
|
Credential c = this.credentialRepository.getCredentialsViaId(1); |
|
|
Assertions.assertEquals("mate", c.getPassword()); |
|
|
Assertions.assertEquals("mate", c.getPassword()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|