X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F98savepoints.t;h=a195b8580ce7a0aa1d0e47d29c60dbefd4b152b8;hp=53d5d627a5b1ed7a5bfb226a6a3834e729323afb;hb=3334d204fcbbddedd73a7f63a285bdda9cb3e031;hpb=65d351219882184861384aedac6f251b6797d0d7 diff --git a/t/98savepoints.t b/t/98savepoints.t index 53d5d62..a195b85 100644 --- a/t/98savepoints.t +++ b/t/98savepoints.t @@ -96,7 +96,7 @@ for my $prefix (keys %$env2optdep) { SKIP: { cmp_ok($arty->name, 'eq', 'gphat', 'name changed'); # Active: 0 1 2 # Rollback doesn't DESTROY the savepoint, it just rolls back to the value - # at it's conception + # at its conception $schema->svp_rollback('testing2'); $arty->discard_changes; cmp_ok($arty->name, 'eq', 'yourmom', 'testing2 reverted');