Skip to content

Commit

Permalink
Fixed missing SchemaNamer arg in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vamsi Subhash Achanta committed Nov 26, 2018
1 parent 25a6ba9 commit 1cd8b76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public List<String> getNames() {

@Test
public void testSchemaNamer() {
SchemaNamer schemaNamer = new SchemaNamer("prefix1", "org.apache");
SchemaNamer schemaNamer = new SchemaNamer("prefix1", "org.apache", "");

ReflectData reflectData = new ReflectData.AllowNull(schemaNamer);
Schema schema = reflectData.getSchema(R1.class);
Expand Down

0 comments on commit 1cd8b76

Please sign in to comment.