diff --git a/modules/t/regulatoryFeatureAdaptor.t b/modules/t/regulatoryFeatureAdaptor.t
index 8bffc768a8d24897889bf3064db50277bad92176..60880d4b249d62338099b7ae184633acdd49d037 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());