Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Oct 2, 2023
1 parent 761dcf9 commit dd16fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void testReadSequence() throws Exception {
int start = 31084127;
int end = 31084167;

String expectedSequence = "GCCACCATGCCTGGCTAGTTTTTTGTATTTTTAGTAGAGA";
String expectedSequence = "gccaccatgcctggctagttttttgtatttttagtagaga";


byte[] seq = fastaSequence.getSequence(chr, start, end);
Expand Down

0 comments on commit dd16fc5

Please sign in to comment.