1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Rename *Test.java -> *Tests.java

Rename a few test classes that accidentally ended in `Test` instead of
`Tests`.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-08-05 17:24:50 -07:00
committed by Rob Winch
parent 94cf4d1de7
commit 27ac046d8a
21 changed files with 25 additions and 25 deletions
@@ -27,7 +27,7 @@ import org.springframework.security.crypto.encrypt.AesBytesEncryptor.CipherAlgor
import org.springframework.security.crypto.keygen.BytesKeyGenerator;
import org.springframework.security.crypto.keygen.KeyGenerators;
public class BouncyCastleAesBytesEncryptorEquivalencyTest {
public class BouncyCastleAesBytesEncryptorEquivalencyTests {
private byte[] testData;
private String password;
@@ -25,7 +25,7 @@ import org.junit.Test;
import org.springframework.security.crypto.codec.Hex;
import org.springframework.security.crypto.keygen.KeyGenerators;
public class BouncyCastleAesBytesEncryptorTest {
public class BouncyCastleAesBytesEncryptorTests {
private byte[] testData;
private String password;