From 490a56d3a53cce39b4dd0efaf9396d43d3368426 Mon Sep 17 00:00:00 2001 From: Isaac Hodes Date: Fri, 16 Jan 2015 12:38:40 -0500 Subject: [PATCH] Fix DataUtils to handle new, correct DP4 type --- tests/js/DataUtils-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/js/DataUtils-test.js b/tests/js/DataUtils-test.js index d6783ad..ba27b5b 100644 --- a/tests/js/DataUtils-test.js +++ b/tests/js/DataUtils-test.js @@ -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.