Skip to content

Commit

Permalink
Remove a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Jun 19, 2019
1 parent 4976dd9 commit e9fb3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03_consistency.t
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ ok( $? == 0, "Generate json report for heroku log file");
$json_ref = $json->decode(`cat $OUT`);
ok( $json_ref->{database_info}{postgres}{GREEN}{"CTE|duration"} eq "21761.546", "Consistent CTE duration");

#`rm -f $OUT`;
`rm -f $OUT`;

0 comments on commit e9fb3eb

Please sign in to comment.