Skip to content

Commit ef0e14b

Browse files
committed
Ensured correct message assertion on all JDKs (value was different on JDK 15 and later)
1 parent fa17dbf commit ef0e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ enforcement.
152152
* Convenient and readable [fluent](http://en.wikipedia.org/wiki/Fluent_interface) interfaces, great for IDE
153153
auto-completion to write code quickly
154154
* Fully RFC specification compliant on all implemented functionality, tested against RFC-specified test vectors
155-
* Stable implementation with over 1,100+ tests and enforced 100% test code coverage. Every single method, statement
155+
* Stable implementation with over 1,200+ tests and enforced 100% test code coverage. Every single method, statement
156156
and conditional branch variant in the entire codebase is tested and required to pass on every build.
157157
* Creating, parsing and verifying digitally signed compact JWTs (aka JWSs) with all standard JWS algorithms:
158158

0 commit comments

Comments
 (0)