Skip to content
Snippets Groups Projects
Commit a5230e0e authored by Andy Yates's avatar Andy Yates
Browse files

Better test case which reports what has gone wrong

parent 870a00e4
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ $count += scalar @$dafs;
# Test Slice::get_all_ProteinAlignFeatures
#
my $pafs = $slice->get_all_ProteinAlignFeatures;
ok(@$pafs == 7205);
is(scalar(@$pafs),7205, 'Checking count of returned ProteinAlignFeatures');
$count += scalar @$pafs;
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment