Skip to content

Commit

Permalink
Add HtsjdkTest marker
Browse files Browse the repository at this point in the history
  • Loading branch information
magicDGS committed Jun 27, 2017
1 parent 9234f2c commit 88ac45b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

package htsjdk.tribble.bed;

import htsjdk.HtsjdkTest;
import htsjdk.tribble.Feature;
import htsjdk.tribble.SimpleFeature;
import org.testng.Assert;
Expand All @@ -33,7 +34,7 @@
/**
* @author Daniel Gomez-Sanchez (magicDGS)
*/
public class BEDSimpleEncoderUnitTest {
public class BEDSimpleEncoderUnitTest extends HtsjdkTest {

private static final BEDSimpleEncoder TEST_ENCODER = new BEDSimpleEncoder();

Expand Down

0 comments on commit 88ac45b

Please sign in to comment.