Skip to content

Commit 623118f

Browse files
committed
Rename testAciPayload UT
1 parent 69a7fc0 commit 623118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/uid2/shared/secure/azurecc/MaaTokenSignatureValidatorTest.java

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

1212
public class MaaTokenSignatureValidatorTest {
1313
@Test
14-
public void testPayload() throws Exception {
14+
public void testAciPayload() throws Exception {
1515
// expire at 1695313895
1616
var payloadPath = "/com.uid2.shared/test/secure/azurecc/jwt_payload_aci.json";
1717
var payload = loadFromJson(payloadPath);

0 commit comments

Comments
 (0)