From: John Napiorkowski Date: Wed, 5 Aug 2009 14:57:45 +0000 (+0000) Subject: opps typo in test status messages X-Git-Tag: v0.08109~35^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a100f7eac9b6cc8f493f669df272d84285cc8cf3;p=dbsrgits%2FDBIx-Class.git opps typo in test status messages --- diff --git a/t/93storage_replication.t b/t/93storage_replication.t index 7b70b94..6c56145 100644 --- a/t/93storage_replication.t +++ b/t/93storage_replication.t @@ -766,12 +766,12 @@ is $debug{storage_type}, 'REPLICANT', "got last query from a replicant: $debug{d is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}"; ok $artist->discard_changes({force_pool=>'master'}) - => 'properly alled discard_changes against master (manual attrs)'; + => 'properly called discard_changes against master (manual attrs)'; is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}"; ok $artist->discard_changes() - => 'properly alled discard_changes against master (default attrs)'; + => 'properly called discard_changes against master (default attrs)'; is $debug{storage_type}, 'MASTER', "got last query from a master: $debug{dsn}" }