Skip to content

Commit 89d24a7

Browse files
committed
Updated test naming
1 parent b5f04c6 commit 89d24a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/uid2/client/KeyParserTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void parseErrorKeyList() {
8181
}
8282

8383
@Test
84-
public void parseWithNullField() {
84+
public void parseWithNullTokenExpirySecondField() {
8585
String s = "{ \"body\": { " +
8686
"\"caller_site_id\": 11, " +
8787
"\"token_expiry_seconds\": null " +
@@ -95,7 +95,7 @@ public void parseWithNullField() {
9595
}
9696

9797
@Test
98-
public void parseWithMissingField() {
98+
public void parseWithMissingTokenExpirySecondField() {
9999
String s = "{ \"body\": { " +
100100
"\"caller_site_id\": 11 " +
101101
"}, " +

0 commit comments

Comments
 (0)