Skip to content
Snippets Groups Projects
Commit d3a7999e authored by felmer's avatar felmer
Browse files

SE-256 test fixed

SVN: 16352
parent f3c56a22
No related branches found
No related tags found
No related merge requests found
......@@ -148,9 +148,7 @@ function assert_correct_datasets_metabol_database {
assert_equals "Wrong number of quant. component ids in the metablomics db" 3 $quantms_component_ids
local mz_scans=`count_db_table_records $METABOL_DB mz_scans`
local mz_peaks=`count_db_table_records $METABOL_DB mz_peaks`
assert_equals "Wrong number of mz scans in the metablomics db" 19 $mz_scans
assert_equals "Wrong number of mz peaks in the metablomics db" 13775 $mz_peaks
}
function assert_correct_incoming_contents {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment