From 98afe3b5de00b286879d4cafee4c063ad5187231 Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Thu, 22 Sep 2005 14:58:41 +0000
Subject: [PATCH] Update store() call to reflect ability to associate ensembl
 object with feature.

---
 modules/t/regulatoryFeatureAdaptor.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/t/regulatoryFeatureAdaptor.t b/modules/t/regulatoryFeatureAdaptor.t
index 8bffc768a8..60880d4b24 100644
--- a/modules/t/regulatoryFeatureAdaptor.t
+++ b/modules/t/regulatoryFeatureAdaptor.t
@@ -65,7 +65,7 @@ my $rf = Bio::EnsEMBL::RegulatoryFeature->new(-name      => 'hsa-miR-108',
 					      -factor     => $factor,
 					      -adaptor   => $rfa);
 
-$rfa->store($rf);
+$rfa->store($rf, $transcript, 'positive', 'some evidience');
 
 ok($rf->dbID && $rf->adaptor());
 
-- 
GitLab