Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Fixed mztab - bed test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias-Ternent committed May 18, 2015
1 parent 9251963 commit f2a4347
Show file tree
Hide file tree
Showing 2 changed files with 37,443 additions and 37,443 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void convertMzTabBed() throws Exception{
BufferedReader bufferedReader = new BufferedReader(new FileReader(temp));
String firstLine = bufferedReader.readLine();
final boolean test = firstLine != null && !firstLine.isEmpty();
assertTrue("Chromosome information present in generated bed file", test);
assertTrue("Chromosome information must be present in generated bed file", test);
temp.deleteOnExit();
}

Expand Down
Loading

0 comments on commit f2a4347

Please sign in to comment.