Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardfan committed Jul 31, 2019
1 parent 83617e0 commit 5b273f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/biosd_lookup.t
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new();
{
my $id = 'SAMEA676028';
my $sample = $lookup->fetch_sample($id);
diag($sample);
my $expected = Bio::Metadata::Entity->new(
id => 'source GSM754269 1',
synonyms => [$id],
Expand All @@ -34,7 +33,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new();
{
'source_ref' => '',
'value' => 'Gallus gallus',
'name' => 'Organism',
'name' => 'organism',
'id' => 'http://purl.obolibrary.org/obo/NCBITaxon_9031',
'allow_further_validation' => 1,
'uri' => ''
Expand All @@ -46,7 +45,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new();
},
{
'value' => 'DT40 cell, 4hr, 2ug/ml, replicate 1',
'name' => 'Sample_source_name',
'name' => 'sample source name',
'allow_further_validation' => 1
},
{
Expand Down

0 comments on commit 5b273f5

Please sign in to comment.