diff --git a/tests/feeds_mapper_taxonomy.test b/tests/feeds_mapper_taxonomy.test
index 549bf2c6e017c131211515fc83c23dda6995d5f3..74533a2e146f7d366014911009ec8fa3217f846f 100644
--- a/tests/feeds_mapper_taxonomy.test
+++ b/tests/feeds_mapper_taxonomy.test
@@ -88,17 +88,14 @@ class FeedsMapperTaxonomyTestCase extends FeedsMapperTestCase {
         0 => array(
           'source' => 'title',
           'target' => 'title',
-          'unique' => FALSE,
         ),
         1 => array(
           'source' => 'description',
           'target' => 'body',
-          'unique' => FALSE,
         ),
         2 => array(
           'source' => 'timestamp',
           'target' => 'created',
-          'unique' => FALSE,
         ),
         3 => array(
           'source' => 'url',
diff --git a/tests/feeds_processor_node.test b/tests/feeds_processor_node.test
index 213b9b90829276c687d86e0476e8b86b822b90af..ee2cc59a5ad0bdd67dc5d465a917fb738747ea40 100644
--- a/tests/feeds_processor_node.test
+++ b/tests/feeds_processor_node.test
@@ -44,12 +44,10 @@ class FeedsRSStoNodesTest extends FeedsWebTestCase {
         2 => array(
           'source' => 'description',
           'target' => 'body',
-          'unique' => FALSE,
         ),
         3 => array(
           'source' => 'timestamp',
           'target' => 'created',
-          'unique' => FALSE,
         ),
         4 => array(
           'source' => 'url',
diff --git a/tests/feeds_processor_user.test b/tests/feeds_processor_user.test
index 0d8dfea6442892bd37c47c36aa31196e976c4841..8b3bd6d63f87905f059e6597b49f0a2f454bc939 100644
--- a/tests/feeds_processor_user.test
+++ b/tests/feeds_processor_user.test
@@ -44,12 +44,10 @@ class FeedsCSVtoUsersTest extends FeedsWebTestCase {
       2 => array(
         'source' => 'since',
         'target' => 'created',
-        'unique' => FALSE,
       ),
       3 => array(
         'source' => 'password',
         'target' => 'pass',
-        'unique' => 0,
       ),
     );
     $this->addMappings('user_import', $mappings);
diff --git a/tests/feeds_scheduler.test b/tests/feeds_scheduler.test
index 283da153f008ba67b007ff3049ee87e25acfecc8..861e8c99d5a87e85993ec9e558a40e736bf3c68b 100644
--- a/tests/feeds_scheduler.test
+++ b/tests/feeds_scheduler.test
@@ -34,12 +34,10 @@ class FeedsSchedulerTestCase extends FeedsWebTestCase {
         1 => array(
           'source' => 'description',
           'target' => 'body',
-          'unique' => FALSE,
         ),
         2 => array(
           'source' => 'timestamp',
           'target' => 'created',
-          'unique' => FALSE,
         ),
         3 => array(
           'source' => 'url',