diff --git a/modules/t/coordSystemAdaptor.t b/modules/t/coordSystemAdaptor.t
index d4fd5094323eec692aee8128ae81ccd45abbc826..cecda4e9babfdeecce510fa4474cea6cc915152e 100644
--- a/modules/t/coordSystemAdaptor.t
+++ b/modules/t/coordSystemAdaptor.t
@@ -133,6 +133,7 @@ ok(@$path == 3 &&
 #
 
 $multi->save('core', 'coord_system');
+$multi->save('core', 'meta');
 
 $cs = Bio::EnsEMBL::CoordSystem->new
   (-NAME            => 'newsystem',
@@ -180,6 +181,7 @@ my $new_paths2 = $csa->store_mapping_path( $cs, $cln_cs );
 ok( @{$new_paths2} == 0 ); # Should not update second time round
 
 $multi->restore('core', 'coord_system');
+$multi->restore('core', 'meta');