Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-ebi committed Aug 24, 2023
1 parent e41d090 commit a7edc5e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@
@RunWith(SpringRunner.class)
@ContextConfiguration(classes = {BatchTestConfiguration.class})
@UsingDataSet(locations = {"/test-data/dbsnpClusteredVariantEntity.json",
"/test-data/clusteredVariantEntity.json"})
"/test-data/clusteredVariantEntity.json",
"/test-data/submittedVariantEntity.json",
"/test-data/dbsnpSubmittedVariantEntity.json"})
@TestPropertySource("classpath:application.properties")
public class ListActiveContigsStepConfigurationTest {

Expand Down

0 comments on commit a7edc5e

Please sign in to comment.