Skip to content
Snippets Groups Projects
Commit 71d45a30 authored by Shamika Mohanan's avatar Shamika Mohanan
Browse files

Test changed to remove deprecated method call

parent ca68be1f
No related branches found
No related tags found
1 merge request!105Bugfix/filechameleon gtf error
...@@ -188,7 +188,7 @@ OUT ...@@ -188,7 +188,7 @@ OUT
my $ontology_adaptor = {}; my $ontology_adaptor = {};
bless($ontology_adaptor, 'Bio::EnsEMBL::DBSQL::OntologyTermAdaptor'); bless($ontology_adaptor, 'Bio::EnsEMBL::DBSQL::OntologyTermAdaptor');
my $ser = Bio::EnsEMBL::Utils::IO::GFFSerializer->new($ontology_adaptor, $fh); my $ser = Bio::EnsEMBL::Utils::IO::GFFSerializer->new($fh);
ok($ser, "Legacy constructor backwards compatibility. Here to remind of deprecated message."); ok($ser, "Legacy constructor backwards compatibility. Here to remind of deprecated message.");
} }
......
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