Skip to content

Commit

Permalink
Rename test for template without types or labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Nov 29, 2023
1 parent 54139f8 commit 108d0e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void testLegacyTemplateCSV() throws Exception {
* @throws Exception if entities cannot be found
*/
@Test
public void testLegacyTemplateCSV3() throws Exception {
public void testNoLabelsNoTypes() throws Exception {
String path = "/sequence-template.csv";
List<List<String>> rows = TemplateHelper.readCSV(this.getClass().getResourceAsStream(path));
Template t = new Template(path, rows);
Expand Down

0 comments on commit 108d0e2

Please sign in to comment.