Skip to content

Commit

Permalink
Minor fix to comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jul 14, 2023
1 parent e054bbd commit f9d6f0f
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ public void testGeneTable ()
assertNotNull ( "Gene table is null!", geneTable );
assertEquals ( "Gene table size is wrong!", 6, geneTable.size () );

// Row about AT1G66750
{
GeneTableEntry row = geneTable.stream ()
.filter ( e ->
Expand Down Expand Up @@ -209,10 +210,10 @@ public void testGeneTable ()
assertNotNull ( "Test publication evidence not found!", pubEv );
}

} // row 1
} // AT1G66750


// Just another row
// Just another row, AT1G21970
{
GeneTableEntry row = geneTable.stream ()
.filter ( e ->
Expand Down Expand Up @@ -241,7 +242,7 @@ public void testGeneTable ()
assertEquals ( "Test trait evidence is wrong (label)!", "seed dormancy", traitEv.getConceptLabel () );
assertEquals ( "Test trait evidence is wrong (graphDistance)!", (Integer) 1, traitEv.getGraphDistance () );

} // row 2
} // AT1G21970

} // testGeneTable

Expand Down

0 comments on commit f9d6f0f

Please sign in to comment.