File tree 1 file changed +3
-4
lines changed
avro/src/test/java/com/fasterxml/jackson/dataformat/avro/annotation
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- package com .fasterxml .jackson .dataformat .avro .annotations ;
1
+ package com .fasterxml .jackson .dataformat .avro .annotation ;
2
2
3
3
import com .fasterxml .jackson .dataformat .avro .AvroMapper ;
4
- import com .fasterxml .jackson .dataformat .avro .annotation .AvroNamespace ;
5
4
import com .fasterxml .jackson .dataformat .avro .schema .AvroSchemaGenerator ;
6
5
7
6
import org .apache .avro .Schema ;
@@ -36,7 +35,7 @@ public void class_without_AvroNamespace_test() throws Exception {
36
35
37
36
// THEN
38
37
assertThat (actualSchema .getNamespace ())
39
- .isEqualTo ("com.fasterxml.jackson.dataformat.avro.annotations .AvroNamespaceTest$" );
38
+ .isEqualTo ("com.fasterxml.jackson.dataformat.avro.annotation .AvroNamespaceTest$" );
40
39
}
41
40
42
41
@ Test
@@ -66,7 +65,7 @@ public void enum_without_AvroNamespace_test() throws Exception {
66
65
67
66
// THEN
68
67
assertThat (actualSchema .getNamespace ())
69
- .isEqualTo ("com.fasterxml.jackson.dataformat.avro.annotations .AvroNamespaceTest$" );
68
+ .isEqualTo ("com.fasterxml.jackson.dataformat.avro.annotation .AvroNamespaceTest$" );
70
69
}
71
70
72
71
@ Test
You can’t perform that action at this time.
0 commit comments