Skip to content

Commit

Permalink
fixed test case
Browse files Browse the repository at this point in the history
  • Loading branch information
abh1nay committed Oct 11, 2012
1 parent dc4d7b6 commit d919558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static Object readVersion0(Map<Integer, String> versions, byte[] version
}

@Test
public static void testAvroSchemaEvolution() throws IOException {
public void testAvroSchemaEvolution() throws IOException {

String versionZero = "{\"type\": \"record\", \"name\": \"myrec\",\"fields\": [{ \"name\": \"original\", \"type\": \"string\" }]}";

Expand Down

0 comments on commit d919558

Please sign in to comment.