more cleanly separated DBIC::Storage::Replicated from any storage functions (trying...
[dbsrgits/DBIx-Class.git] / t / 93storage_replication.t
index 0063dd2..a2a130d 100644 (file)
@@ -568,7 +568,7 @@ ok $replicated->schema->resultset('Artist')->find(1)
     is $result->id, 1
        => 'Got expected single result from transaction';         
 }     
-   
+
 ## Delete the old database files
 $replicated->cleanup;