Skip to content

Commit

Permalink
Add editing footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Nov 13, 2017
1 parent 246f410 commit 06cbe9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/06-telemetry/01-basic.t
Expand Up @@ -83,3 +83,5 @@ my @report = report.lines;
is +@report, 2, 'did we only get the header of the report';
ok @report[0].starts-with('Telemetry Report of Process'), 'line 1 of report';
is @report[1], 'Number of Snapshots: 0', 'line 2 of report';

# vim: ft=perl6 expandtab sw=4

0 comments on commit 06cbe9c

Please sign in to comment.