Skip to content

Commit

Permalink
Move the EnaRefServiceTest to the externalAPI test group (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson authored Aug 4, 2023
1 parent 75eac46 commit 20334af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public Object[][] testEnaRefServiceData(){
{"0000088cbcebe818eb431d58c908c698"}};
}

@Test(dataProvider = "testEnaRefServiceData")
@Test(dataProvider = "testEnaRefServiceData", groups = "ena")
public void testEnaRefServiceData(final String md5) throws GaveUpException {
Assert.assertNotNull(new EnaRefService().getSequence(md5));
}
Expand Down

0 comments on commit 20334af

Please sign in to comment.