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

Typo caused compilation error; fixed

parent 4be7430c
No related branches found
No related tags found
No related merge requests found
......@@ -459,7 +459,7 @@ ok(scalar @genes == 2);
# Test performance protection (very vague queries return no hits)
debug("Testing vague query protection");
ok(ok(scalar (@{$ga->fetch_all_by_external_name('M%')}) == 0);
ok(scalar (@{$ga->fetch_all_by_external_name('M%')}) == 0);
ok(scalar (@{$ga->fetch_all_by_external_name('%')}) == 0);
#
......
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