Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ces committed Nov 14, 2017
1 parent 58637bd commit 9d5574c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/60-autoqc-db_loader.t
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ subtest 'loading bam_flagststs' => sub {
path => ['t/data/autoqc/bam_flagstats'],
);
warnings_like { $db_loader->load() } [
qr/Skipped t\/data\/autoqc\/bam_flagstats\/24135_1#1.bam_flagstats\.json/, # no __CLASS__ key
qr/Skipped t\/data\/autoqc\/bam_flagstats\/4783_5_bam_flagstats\.json/, # no __CLASS__ key
qr/Loaded t\/data\/autoqc\/bam_flagstats\/4921_3_bam_flagstats\.json/,
qr/1 json files have been loaded/
Expand Down

0 comments on commit 9d5574c

Please sign in to comment.