Skip to content

Commit c65cf24

Browse files
committed
Fixed test class name
1 parent 8137747 commit c65cf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/mastercard/developer/encryption/JweEncryptionConfigBuilderTest.java renamed to src/test/java/com/mastercard/developer/encryption/JweConfigBuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import java.util.Collections;
1010

11-
public class JweEncryptionConfigBuilderTest {
11+
public class JweConfigBuilderTest {
1212

1313
@Rule
1414
public ExpectedException expectedException = ExpectedException.none();

0 commit comments

Comments
 (0)