Skip to content

Commit

Permalink
adds missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocontrino committed Jun 25, 2021
1 parent fc7e4ca commit eb8f5c1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
*
*/

import org.intermine.dataconversion.ItemsTestCase;
import org.intermine.dataconversion.MockItemWriter;
import org.intermine.metadata.Model;

public class DisgenetDiseaseAssociationsConverterTest extends ItemsTestCase
{
Model model = Model.getInstanceByName("genomic");
Expand Down

0 comments on commit eb8f5c1

Please sign in to comment.