Skip to content

Commit cfb2f3f

Browse files
authored
fix: correct typo in test method name tilde0DecodestiLdeInKey -> tilde0DecodesTildeInKey
1 parent 1f68ebd commit cfb2f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

json-java21-jsonpointer/src/test/java/json/java21/jsonpointer/JsonPointerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void spaceKeyIsLiteral() {
137137
}
138138

139139
@Test
140-
void tilde0DecodestiLdeInKey() {
140+
void tilde0DecodesTildeInKey() {
141141
LOG.info("TEST: tilde0DecodesTildeInKey - /m~0n resolves key 'm~n'");
142142
final var result = JsonPointer.parse("/m~0n").resolve(rfcDoc());
143143
assertThat(result.toString()).isEqualTo("8");

0 commit comments

Comments
 (0)