Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
takutosato committed Jul 22, 2024
1 parent 31cae75 commit c5b1f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/picard/sam/RevertSamTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ private List<SAMReadGroupRecord> getReadGroups(final Path sam){
* @param outputByReadGroup Whether to output by read group
* @param outputMapDir The location for a dynamically created output map file. Maybe null.
*/
@Test(dataProvider = "cloudTestData2", groups = "cloud")
@Test(dataProvider = "cloudTestData", groups = "cloud")
public void testCloud(final PicardHtsPath inputSAM, final PicardHtsPath outputPath, final boolean outputByReadGroup,
final String outputMapDir, final PicardHtsPath reference) {
final List<String> args = new ArrayList<>(Arrays.asList(
Expand Down

0 comments on commit c5b1f2a

Please sign in to comment.