Skip to content
Snippets Groups Projects
Commit bf81a6e6 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-677: test updated to include get_all_versions method

parent 1c918718
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,9 @@ ok($cs->is_default());
my $version = $csa->get_default_version();
is($version, "NCBI33", "Found the correct default version");
my @versions = @{ $csa->get_all_versions() };
is($versions[0], "NCBI33", "Found the first version");
#
# Test fetch_all_by_name
......
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