Skip to content

Commit

Permalink
Fix DataUtils to handle new, correct DP4 type
Browse files Browse the repository at this point in the history
  • Loading branch information
ihodes committed Jan 16, 2015
1 parent b1e39bc commit 490a56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/DataUtils-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('DataUtils', function() {
'sample:RD': 22,
'sample:AD': 22,
'sample:FREQ': '50%',
'sample:DP4': '16,6,9,13',
'sample:DP4': [16, 6, 9, 13],
sample_name: 'NORMAL'
}, records[0]);
// Record 1 is the same as record 0, except for sample fields.
Expand Down

0 comments on commit 490a56d

Please sign in to comment.