X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F93storage_replication.t;fp=t%2F93storage_replication.t;h=6c56145cdcf2ded53f7ecd1a26dc1c3ecd279832;hb=a100f7eac9b6cc8f493f669df272d84285cc8cf3;hp=7b70b94f4a58c45764b0ba180e1e6555118b84f8;hpb=9c169362528768554474ce1018a698ac0cbcd50f;p=dbsrgits%2FDBIx-Class.git 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}" }