summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Legacy/subtest/events.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/t/Legacy/subtest/events.t')
-rw-r--r--cpan/Test-Simple/t/Legacy/subtest/events.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/t/Legacy/subtest/events.t b/cpan/Test-Simple/t/Legacy/subtest/events.t
index 0fad76dde8..d8470d4683 100644
--- a/cpan/Test-Simple/t/Legacy/subtest/events.t
+++ b/cpan/Test-Simple/t/Legacy/subtest/events.t
@@ -14,7 +14,7 @@ my $st = $events->[-1];
isa_ok($st, 'Test2::Event::Subtest');
ok(my $id = $st->subtest_id, "got an id");
for my $se (@{$st->subevents}) {
- is($se->in_subtest, $id, "set subtest_id on child event");
+ is($se->trace->hid, $id, "set subtest_id on child event");
}
done_testing;