From 8478929cd27c166c177aeba9f4740dc9d0d642c4 Mon Sep 17 00:00:00 2001 From: Jun Fan Date: Wed, 31 Jul 2019 15:12:44 +0100 Subject: [PATCH] hard code --- t/biosd_lookup.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/biosd_lookup.t b/t/biosd_lookup.t index 8f223068..4e2938b1 100755 --- a/t/biosd_lookup.t +++ b/t/biosd_lookup.t @@ -31,7 +31,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new(); entity_type => 'sample', attributes => [ { - 'source_ref' => '', + 'source_ref' => 'o_ref', 'value' => 'Gallus gallus', 'name' => 'organism', 'id' => 'http://purl.obolibrary.org/obo/NCBITaxon_9031', @@ -49,7 +49,7 @@ my $lookup = Bio::Metadata::Validate::Support::BioSDLookup->new(); 'allow_further_validation' => 1 }, { - 'source_ref' => '', + 'source_ref' => 's_ref', 'value' => 'DT40', 'name' => 'strain', 'id' => 'http://www.ebi.ac.uk/efo/EFO_0006274',