From 206f5120e6b08f85f0d42793a20aad8d70081ee1 Mon Sep 17 00:00:00 2001
From: Arne Stabenau <stabenau@sanger.ac.uk>
Date: Mon, 21 Mar 2005 12:44:04 +0000
Subject: [PATCH] small error in constructor call

---
 modules/t/affy.t         | 2 +-
 modules/t/affyAdaptors.t | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/t/affy.t b/modules/t/affy.t
index 9daff1d387..ba303f80a5 100644
--- a/modules/t/affy.t
+++ b/modules/t/affy.t
@@ -70,7 +70,7 @@ ok( ref( $affy_probe ) && $affy_probe->isa( "Bio::EnsEMBL::AffyProbe" ));
 my $merge_probe = Bio::EnsEMBL::AffyProbe->new
 (
   -arraynames => [ "Affy-1", "Affy-2", "Affy-3" ],
-  -names => [ "123-145", "23,24,56", "someplace" ],
+  -probenames => [ "123-145", "23,24,56", "someplace" ],
   -probeset => "affy_probeset"
 );
 
diff --git a/modules/t/affyAdaptors.t b/modules/t/affyAdaptors.t
index dd4d822221..ce99063cce 100644
--- a/modules/t/affyAdaptors.t
+++ b/modules/t/affyAdaptors.t
@@ -71,7 +71,7 @@ ok( $array2->dbID() );
 
 # probe creation and storing
 my $probe = Bio::EnsEMBL::AffyProbe->new
-    ( -names => [ '125:130', '222:242' ],
+    ( -probenames => [ '125:130', '222:242' ],
       -arrays => [ $array1, $array2 ],
       -probeset => 'arnes_12112'
     );
-- 
GitLab