Skip to content

Commit

Permalink
AVRO-4053: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
opwvhk committed Sep 6, 2024
1 parent 3dd0954 commit ae42e40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ void fieldWithUnderscore_avro3826() {
}

@Test
void docsAreEscaped_avro() {
void docsAreEscaped_avro4053() {
String jsonSchema = "{\n" + " \"protocol\": \"DummyProtocol\",\n"
+ " \"doc\": \"*/\\nTest escaping <threats>\\n/*\",\n" + " \"types\" : [\n"
+ " {\"type\": \"fixed\", \"name\": \"Hash\", \"size\": 16, \"doc\": \"*/\\nTest escaping <threats>\\n/*\""
Expand Down

0 comments on commit ae42e40

Please sign in to comment.