t/lei_to_mail.t | 4 ++-- diff --git a/t/lei_to_mail.t b/t/lei_to_mail.t index 77e9902ef32c6509b688b41b752ccbb7086f7203..6a571660d6861350787444d0615a19123070e54a 100644 --- a/t/lei_to_mail.t +++ b/t/lei_to_mail.t @@ -101,9 +101,9 @@ require_mods('Storable', 1); my $dup = Storable::thaw(Storable::freeze($l2m)); is_deeply($dup, $l2m, "$fmt round-trips through storable"); } - my $zpipe = $l2m->pre_augment($lei); + $l2m->pre_augment($lei); $l2m->do_augment($lei); - $l2m->post_augment($lei, $zpipe); + $l2m->post_augment($lei); $l2m->write_cb($lei); };