We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f04c6 commit 89d24a7Copy full SHA for 89d24a7
src/test/java/com/uid2/client/KeyParserTests.java
@@ -81,7 +81,7 @@ public void parseErrorKeyList() {
81
}
82
83
@Test
84
- public void parseWithNullField() {
+ public void parseWithNullTokenExpirySecondField() {
85
String s = "{ \"body\": { " +
86
"\"caller_site_id\": 11, " +
87
"\"token_expiry_seconds\": null " +
@@ -95,7 +95,7 @@ public void parseWithNullField() {
95
96
97
98
- public void parseWithMissingField() {
+ public void parseWithMissingTokenExpirySecondField() {
99
100
"\"caller_site_id\": 11 " +
101
"}, " +
0 commit comments