Skip to content

Commit

Permalink
Make sure we don't define data source twice
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Oct 1, 2024
1 parent 336dab4 commit 73e1115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class UniProtKBTest {

@BeforeAll
public static void setUpSources() {
DataSourceTxt.init();
if (DataSource.getDataSources().size() < 20) DataSourceTxt.init();
}

@Test
Expand Down

0 comments on commit 73e1115

Please sign in to comment.