Skip to content

Commit

Permalink
Only register datasources once
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jun 10, 2023
1 parent 0e61342 commit 29da276
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class TestFindByXref {
@Before
public void setUp() throws Exception {
client = ConnectionSettings.createClient();
DataSourceTxt.init();
if (!DataSource.systemCodeExists("S")) DataSourceTxt.init();
}

@Test
Expand Down

0 comments on commit 29da276

Please sign in to comment.