Skip to content

Commit

Permalink
overwrite a test method.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Sep 10, 2021
1 parent 070d437 commit 98bced9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,13 @@ public void testInsertEmlWithOtherEntity() throws Exception {
"ageErrorID Source of error in age estimate"};
assertTrue(compareFieldValue(id, "attribute", attributes));
}

/**
* Overwrite a super class to do nothing.
*/
@Test
public void testInsertSchemaNormalization() throws Exception {

}

}

0 comments on commit 98bced9

Please sign in to comment.